summaryrefslogtreecommitdiff
path: root/FL/mac.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-20 04:03:03 +0000
committerManolo Gouy <Manolo>2016-04-20 04:03:03 +0000
commitc28b65f5f515d89934c2b7fd20293c8d6bc620be (patch)
treea7cff412573e1ef3bd4bba1e2c2a307303baf66b /FL/mac.H
parentf45389d2cfd3eda79efef0c94826b4eb6a4b90ca (diff)
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
Diffstat (limited to 'FL/mac.H')
-rw-r--r--FL/mac.H4
1 files changed, 0 insertions, 4 deletions
diff --git a/FL/mac.H b/FL/mac.H
index 8b65b252d..35cedae22 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -32,7 +32,6 @@ typedef FLWindow *Window;
typedef class FLWindow *Window; // pointer to the FLWindow objective-c class
#endif // __OBJC__
-#include <FL/Fl_System_Driver.H>
#include <FL/Fl_Widget.H> // for Fl_Callback
#if (defined(FL_LIBRARY) || defined(FL_INTERNALS)) // this part must be compiled when building the FLTK libraries
@@ -85,8 +84,6 @@ struct flCocoaRegion {
CGRect *rects;
}; // a region is the union of a series of rectangles
-# include <FL/Fl_Window.H>
-
#ifndef CGFLOAT_DEFINED //appears with 10.5 in CGBase.h
#if defined(__LP64__) && __LP64__
typedef double CGFloat;
@@ -97,7 +94,6 @@ typedef float CGFloat;
#endif // FL_LIBRARY || FL_INTERNALS
-
extern CGContextRef fl_gc;
#endif // FL_DOXYGEN