summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-03-29 11:07:29 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-03-29 11:07:29 +0000
commit82be53f64d34500f1c4fcf8b14f9ca8ab275458e (patch)
treea249bea7333f568633b78e60863deef33edc2fa4 /src/Fl.cxx
parent38aa53038c414dc079599a4aa9cabb2772400026 (diff)
OS X: more references to non-Cocoa builds removed
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7354 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 4f9fff74f..bc8abb928 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -40,7 +40,7 @@
#include <stdlib.h>
#include "flstring.h"
-#if defined(__APPLE__) && defined(__APPLE_COCOA__)
+#if defined(__APPLE__)
#import <Cocoa/Cocoa.h>
#endif