summaryrefslogtreecommitdiff
path: root/src/windows-replace.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows-replace.adb')
-rw-r--r--src/windows-replace.adb10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/windows-replace.adb b/src/windows-replace.adb
index 8a48e0e..758dfff 100644
--- a/src/windows-replace.adb
+++ b/src/windows-replace.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.Replace is