diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-03-29 11:07:29 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-03-29 11:07:29 +0000 |
| commit | 82be53f64d34500f1c4fcf8b14f9ca8ab275458e (patch) | |
| tree | a249bea7333f568633b78e60863deef33edc2fa4 /FL/math.h | |
| parent | 38aa53038c414dc079599a4aa9cabb2772400026 (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.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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> |
