aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-07-23 05:53:53 -0700
committerChris Robinson <[email protected]>2011-07-23 05:53:53 -0700
commit2f3bd5b5d9937e9e45e926bceb48ea51b4012a9d (patch)
tree2c7e04a7959ce3484fb176eecf6457fcdd379ef6 /OpenAL32
parentfad80a4f92b185a4dc959f1fabd84c2d846b77f1 (diff)
Move an include to where it makes more sense to be
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h3
-rw-r--r--OpenAL32/Include/alu.h3
2 files changed, 3 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index ad357536..73b314fe 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -8,9 +8,6 @@
#ifdef HAVE_FENV_H
#include <fenv.h>
#endif
-#ifdef HAVE_IEEEFP_H
-#include <ieeefp.h>
-#endif
#include "AL/al.h"
#include "AL/alc.h"
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index 9ce59955..609978f5 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -10,6 +10,9 @@
#ifdef HAVE_FLOAT_H
#include <float.h>
#endif
+#ifdef HAVE_IEEEFP_H
+#include <ieeefp.h>
+#endif
#ifndef M_PI
#define M_PI 3.14159265358979323846 /* pi */