From 98e9042a53c1927fda40724827e35d65a43f3c22 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 28 Dec 2010 18:14:59 +0000 Subject: Made sure FL/x.H is included only when necessary. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8130 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/fl_draw.H | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'FL/fl_draw.H') diff --git a/FL/fl_draw.H b/FL/fl_draw.H index ab605c925..71fe6196f 100644 --- a/FL/fl_draw.H +++ b/FL/fl_draw.H @@ -33,9 +33,10 @@ #ifndef fl_draw_H #define fl_draw_H -#include "Enumerations.H" // for the color names -#include "Fl_Window.H" // for fl_set_spot() -#include "Fl_Device.H" +#include // for Fl_Region +#include // for the color names +#include // for fl_set_spot() +#include // for fl_graphics_driver // Image class... class Fl_Image; -- cgit v1.2.3