summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2020-08-02 10:56:40 -0700
committerGreg Ercolano <erco@seriss.com>2020-08-02 10:56:40 -0700
commit3d18d325f62e35b27bc9d723ca2d05e2fcb0a72f (patch)
tree9f6802ae7bce468167c4c3bcdd7763e0233f8b6a /fluid
parent7abc09ad89b4c3d0c17ee8dc9d02ccd261cd13f2 (diff)
Commiting fluid generated template_panel.h as per issue #116
Regarding this comment thread: https://github.com/fltk/fltk/pull/116#discussion_r458517450
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