diff options
Diffstat (limited to 'src/windows-find.adb')
-rw-r--r-- | src/windows-find.adb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/windows-find.adb b/src/windows-find.adb index 87acd04..8ae6685 100644 --- a/src/windows-find.adb +++ b/src/windows-find.adb @@ -1,9 +1,11 @@ -with FLTK.Widgets.Groups.Windows.Double; -with FLTK.Widgets.Inputs; -with FLTK.Widgets.Buttons.Enter; -with FLTK.Widgets.Buttons.Light.Check; +with + + FLTK.Widgets.Groups.Windows.Double, + FLTK.Widgets.Inputs, + FLTK.Widgets.Buttons.Enter, + FLTK.Widgets.Buttons.Light.Check; package body Windows.Find is |