summaryrefslogtreecommitdiff
path: root/FL/win32.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/win32.H')
-rw-r--r--FL/win32.H4
1 files changed, 0 insertions, 4 deletions
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 <windows.h>
typedef HWND Window;
-#include <FL/Fl_Device.H>
-#include <FL/Fl_Window.H>
-
// 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