summaryrefslogtreecommitdiff
path: root/src/fltk-dialogs.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk-dialogs.adb')
-rw-r--r--src/fltk-dialogs.adb10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/fltk-dialogs.adb b/src/fltk-dialogs.adb
index 0c9adcf..0f724c0 100644
--- a/src/fltk-dialogs.adb
+++ b/src/fltk-dialogs.adb
@@ -1,8 +1,12 @@
-with Interfaces.C;
-with Interfaces.C.Strings;
-use type Interfaces.C.Strings.chars_ptr;
+with
+
+ Interfaces.C.Strings;
+
+use type
+
+ Interfaces.C.Strings.chars_ptr;
package body FLTK.Dialogs is