summaryrefslogtreecommitdiff
path: root/FL/math.h
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 /FL/math.h
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 'FL/math.h')
-rw-r--r--FL/math.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/FL/math.h b/FL/math.h
index 4f88ac452..f453c0a56 100644
--- a/FL/math.h
+++ b/FL/math.h
@@ -33,11 +33,7 @@
// directly include the systems math file. (Plus, I could not find a
// predefined macro for ProjectBuilder builds, so we have to define it
// in the project)
-# if defined(__APPLE__) && defined(__PROJECTBUILDER__)
-# include "/usr/include/math.h"
-# else
-# include <math.h>
-# endif
+# include <math.h>
# ifdef __EMX__
# include <float.h>