diff options
| author | Manolo Gouy <Manolo> | 2016-03-25 16:06:00 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-25 16:06:00 +0000 |
| commit | 01e991840cbcb3bcc742a9fa584953b2165a9d04 (patch) | |
| tree | 7963c287bed155c772e70d4612e52b323cbb4823 /FL/fl_draw.H | |
| parent | 8e14321df480fb14367842b63d3410da294cedd2 (diff) | |
Remove a bunch of useless #include <FL/x.H> directives.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11422 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/fl_draw.H')
| -rw-r--r-- | FL/fl_draw.H | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/FL/fl_draw.H b/FL/fl_draw.H index 605f17d51..f5adcb21c 100644 --- a/FL/fl_draw.H +++ b/FL/fl_draw.H @@ -24,13 +24,12 @@ #ifndef fl_draw_H #define fl_draw_H -#include <FL/x.H> // for Fl_Region #include <FL/Enumerations.H> // for the color names -#include <FL/Fl_Window.H> // for fl_set_spot() -#include <FL/Fl_Graphics_Driver.H> // for fl_graphics_driver +#include <FL/Fl_Graphics_Driver.H> // for fl_graphics_driver + Fl_Region // Image class... class Fl_Image; +class Fl_Window; // Label flags... FL_EXPORT extern char fl_draw_shortcut; |
