summaryrefslogtreecommitdiff
path: root/src/windows-jump.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows-jump.adb')
-rw-r--r--src/windows-jump.adb8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/windows-jump.adb b/src/windows-jump.adb
index bed3669..5d263ba 100644
--- a/src/windows-jump.adb
+++ b/src/windows-jump.adb
@@ -1,8 +1,10 @@
-with FLTK.Widgets.Groups.Windows.Double;
-with FLTK.Widgets.Buttons.Enter;
-with FLTK.Widgets.Inputs.Integer;
+with
+
+ FLTK.Widgets.Groups.Windows.Double,
+ FLTK.Widgets.Buttons.Enter,
+ FLTK.Widgets.Inputs.Integer;
package body Windows.Jump is