summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-05-06 10:20:45 +0000
committerManolo Gouy <Manolo>2018-05-06 10:20:45 +0000
commitccae86b291cb25076238d419c0dc75bf9d35cb68 (patch)
treeb168533719f478fb2fdaadc520795f52f76cabb9 /FL
parent5c16dcb65bfd8831a6834589fcfe5d5854386098 (diff)
Remove useless #include <FL/Fl_Shared_Image.H> following usage of the new Fl_Image::scale() member function.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12903 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Graphics_Driver.H1
-rw-r--r--FL/Fl_Help_View.H1
-rw-r--r--FL/Fl_Window_Driver.H1
3 files changed, 1 insertions, 2 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H
index be3239518..c8153baf3 100644
--- a/FL/Fl_Graphics_Driver.H
+++ b/FL/Fl_Graphics_Driver.H
@@ -32,7 +32,6 @@
#include <stdlib.h>
class Fl_Graphics_Driver;
-class Fl_Shared_Image;
class Fl_Font_Descriptor;
/** \brief Points to the driver that currently receives all graphics requests */
FL_EXPORT extern Fl_Graphics_Driver *fl_graphics_driver;
diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H
index b6fcd57f1..9ce3238a6 100644
--- a/FL/Fl_Help_View.H
+++ b/FL/Fl_Help_View.H
@@ -33,6 +33,7 @@
#include "fl_draw.H"
#include "filename.H"
+class Fl_Shared_Image;
//
// Fl_Help_Func type - link callback function for files...
//
diff --git a/FL/Fl_Window_Driver.H b/FL/Fl_Window_Driver.H
index 986989c30..45546158d 100644
--- a/FL/Fl_Window_Driver.H
+++ b/FL/Fl_Window_Driver.H
@@ -32,7 +32,6 @@
class Fl_X;
class Fl_Image;
-class Fl_Shared_Image;
class Fl_RGB_Image;
/**