From 82be53f64d34500f1c4fcf8b14f9ca8ab275458e Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 29 Mar 2010 11:07:29 +0000 Subject: 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 --- FL/math.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'FL/math.h') 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 -# endif +# include # ifdef __EMX__ # include -- cgit v1.2.3