summaryrefslogtreecommitdiff
path: root/src/Fl_Window.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-11 09:28:56 +0000
committerManolo Gouy <Manolo>2016-03-11 09:28:56 +0000
commit28f24b1b6f57a1b3bdd435565290fa60a155b66f (patch)
tree46ee75584ff03c2f6113861fa3e9b27e5eaf8855 /src/Fl_Window.cxx
parent408d0672a4b50dc7f9d8babd6d03f5cdcbe034da (diff)
Remove a few #include <FL/x.H> from public FLTK headers.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11347 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Window.cxx')
-rw-r--r--src/Fl_Window.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx
index 0646d5912..c41960886 100644
--- a/src/Fl_Window.cxx
+++ b/src/Fl_Window.cxx
@@ -22,6 +22,7 @@
// equivalent (but totally different) crap for MSWindows is in Fl_win32.cxx
#include <config.h>
#include <FL/Fl.H>
+#include <FL/x.H>
#include <FL/Fl_Window_Driver.H>
#include <FL/Fl_RGB_Image.H>
#include <FL/Fl_Window.H>