summaryrefslogtreecommitdiffstats
path: root/fixincludes/tests/base/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'fixincludes/tests/base/math.h')
-rw-r--r--fixincludes/tests/base/math.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/fixincludes/tests/base/math.h b/fixincludes/tests/base/math.h
index a97e88b32c8..766017280b5 100644
--- a/fixincludes/tests/base/math.h
+++ b/fixincludes/tests/base/math.h
@@ -15,11 +15,6 @@
#endif
-#if defined( AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_CHECK )
-#include <architecture/ppc/math.h>
-#endif /* AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_CHECK */
-
-
#if defined( BROKEN_CABS_CHECK )
#ifdef __STDC__
@@ -30,6 +25,11 @@
#endif /* BROKEN_CABS_CHECK */
+#if defined( DARWIN_9_LONG_DOUBLE_FUNCS_2_CHECK )
+#include <architecture/ppc/math.h>
+#endif /* DARWIN_9_LONG_DOUBLE_FUNCS_2_CHECK */
+
+
#if defined( HPPA_HPUX_FP_MACROS_CHECK )
#endif /* _INCLUDE_HPUX_SOURCE */
OpenPOWER on IntegriCloud