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
This commit is contained in:
parent
5c16dcb65b
commit
ccae86b291
@ -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;
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include "fl_draw.H"
|
||||
#include "filename.H"
|
||||
|
||||
class Fl_Shared_Image;
|
||||
//
|
||||
// Fl_Help_Func type - link callback function for files...
|
||||
//
|
||||
|
@ -32,7 +32,6 @@
|
||||
|
||||
class Fl_X;
|
||||
class Fl_Image;
|
||||
class Fl_Shared_Image;
|
||||
class Fl_RGB_Image;
|
||||
|
||||
/**
|
||||
|
@ -20,7 +20,6 @@
|
||||
*/
|
||||
|
||||
#include <FL/Fl_Paged_Device.H>
|
||||
#include <FL/Fl_Shared_Image.H>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/fl_draw.H>
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include <FL/fl_draw.H>
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/platform.H>
|
||||
#include <FL/Fl_Shared_Image.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include <FL/Fl_Screen_Driver.H>
|
||||
|
||||
|
@ -42,7 +42,6 @@ extern "C" {
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/Fl_Tooltip.H>
|
||||
#include <FL/Fl_Printer.H>
|
||||
#include <FL/Fl_Shared_Image.H>
|
||||
#include <FL/fl_draw.H>
|
||||
#include <FL/Fl_Gl_Window_Driver.H>
|
||||
#include "drivers/Quartz/Fl_Quartz_Graphics_Driver.H"
|
||||
|
@ -65,7 +65,6 @@ void fl_cleanup_dc_list(void);
|
||||
#include <FL/Enumerations.H>
|
||||
#include <FL/Fl_Tooltip.H>
|
||||
#include <FL/Fl_Paged_Device.H>
|
||||
#include <FL/Fl_Shared_Image.H>
|
||||
#include <FL/Fl_Image_Surface.H>
|
||||
#include "flstring.h"
|
||||
#include "drivers/GDI/Fl_Font.H"
|
||||
|
@ -17,7 +17,6 @@
|
||||
//
|
||||
|
||||
#include <FL/Fl_Printer.H>
|
||||
#include <FL/Fl_Shared_Image.H>
|
||||
#include <FL/Fl_Window_Driver.H>
|
||||
#include <FL/Fl_Screen_Driver.H>
|
||||
#include "../Quartz/Fl_Quartz_Graphics_Driver.H"
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "Fl_X11_Screen_Driver.H"
|
||||
#include "../Xlib/Fl_Xlib_Graphics_Driver.H"
|
||||
|
||||
#include <FL/Fl_Shared_Image.H>
|
||||
#include <FL/Fl_Screen_Driver.H>
|
||||
#include <FL/Fl_Overlay_Window.H>
|
||||
#include <FL/Fl_Menu_Window.H>
|
||||
|
Loading…
x
Reference in New Issue
Block a user