From 28f24b1b6f57a1b3bdd435565290fa60a155b66f Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 11 Mar 2016 09:28:56 +0000 Subject: Remove a few #include from public FLTK headers. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11347 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Screen_Driver.H | 1 - FL/Fl_Window_Driver.H | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'FL') 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 -#include #include // 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 +#include +#include 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. -- cgit v1.2.3