summaryrefslogtreecommitdiff
path: root/FL/math.h
diff options
context:
space:
mode:
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>