summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
Diffstat (limited to 'fluid')
-rw-r--r--fluid/template_panel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/template_panel.cxx b/fluid/template_panel.cxx
index fc04495df..18b363f4d 100644
--- a/fluid/template_panel.cxx
+++ b/fluid/template_panel.cxx
@@ -20,12 +20,12 @@
#include <stdio.h>
#include <stdlib.h>
#include "../src/flstring.h"
+#include <FL/fl_string.h>
#include <errno.h>
#include <FL/filename.H>
#include <FL/fl_ask.H>
#include <FL/Fl_Shared_Image.H>
#include <FL/Fl_Preferences.H>
-#include <FL/fl_string.h>
#if defined(_WIN32) && !defined(__CYGWIN__)
#include <io.h>
#else