diff options
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/file.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fluid/file.cxx b/fluid/file.cxx index 128c8e12a..f4cf18c1c 100644 --- a/fluid/file.cxx +++ b/fluid/file.cxx @@ -26,6 +26,8 @@ #include "../src/flstring.h" #include <stdarg.h> #include "alignment_panel.h" +#include <FL/Fl.H> +#include "Fl_Widget_Type.h" //////////////////////////////////////////////////////////////// // BASIC FILE WRITING: @@ -292,9 +294,6 @@ const char *read_word(int wantbrace) { //////////////////////////////////////////////////////////////// -#include <FL/Fl.H> -#include "Fl_Widget_Type.h" - // global int variables: extern int i18n_type; extern const char* i18n_include; |
