summaryrefslogtreecommitdiff
path: root/FL
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 /FL
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 'FL')
-rw-r--r--FL/Fl_Screen_Driver.H1
-rw-r--r--FL/Fl_Window_Driver.H4
2 files changed, 3 insertions, 2 deletions
diff --git a/FL/Fl_Screen_Driver.H b/FL/Fl_Screen_Driver.H
index 36f52edd2..b2ca764ec 100644
--- a/FL/Fl_Screen_Driver.H
+++ b/FL/Fl_Screen_Driver.H
@@ -20,7 +20,6 @@
#define FL_SCREEN_DRIVER_H
#include <FL/Fl_Device.H>
-#include <FL/x.H>
#include <FL/Fl.H>
// TODO: add text composition?
diff --git a/FL/Fl_Window_Driver.H b/FL/Fl_Window_Driver.H
index 773f1fe3c..bf1534d6c 100644
--- a/FL/Fl_Window_Driver.H
+++ b/FL/Fl_Window_Driver.H
@@ -24,13 +24,15 @@
#ifndef FL_WINDOW_DRIVER_H
#define FL_WINDOW_DRIVER_H
-#include <FL/x.H>
+#include <FL/Fl_Export.H>
+#include <stdlib.h>
class Fl_Window;
class Fl_X;
class Fl_Image;
class Fl_Shared_Image;
+class Fl_RGB_Image;
/**
\brief A base class for platform specific window handling code.