diff options
Diffstat (limited to 'src/windows-about.adb')
-rw-r--r-- | src/windows-about.adb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/windows-about.adb b/src/windows-about.adb index 12f9c17..6a3dda6 100644 --- a/src/windows-about.adb +++ b/src/windows-about.adb @@ -1,8 +1,10 @@ -with FLTK.Widgets.Groups.Windows.Double; -with FLTK.Widgets.Boxes; -with FLTK.Widgets.Buttons.Enter; +with + + FLTK.Widgets.Groups.Windows.Double, + FLTK.Widgets.Boxes, + FLTK.Widgets.Buttons.Enter; package body Windows.About is |