From c28b65f5f515d89934c2b7fd20293c8d6bc620be Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 20 Apr 2016 04:03:03 +0000 Subject: Clean #include directives used by x.H, mac.H, win32.H git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11671 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/win32.H | 4 ---- 1 file changed, 4 deletions(-) (limited to 'FL/win32.H') diff --git a/FL/win32.H b/FL/win32.H index b27eafc54..1983cc0cf 100644 --- a/FL/win32.H +++ b/FL/win32.H @@ -28,9 +28,6 @@ #include typedef HWND Window; -#include -#include - // this part is included only when compiling the FLTK library or if requested explicitly #if defined(FL_LIBRARY) || defined(FL_INTERNALS) @@ -53,7 +50,6 @@ extern FL_EXPORT void fl_save_dc( HWND w, HDC dc); #endif // FL_LIBRARY || FL_INTERNALS - // most recent fl_color() or fl_rgbcolor() points at one of these: extern FL_EXPORT struct Fl_XMap { COLORREF rgb; // this should be the type the RGB() macro returns -- cgit v1.2.3