From 2f3bd5b5d9937e9e45e926bceb48ea51b4012a9d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 23 Jul 2011 05:53:53 -0700 Subject: Move an include to where it makes more sense to be --- OpenAL32/Include/alMain.h | 3 --- OpenAL32/Include/alu.h | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenAL32') 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 #endif -#ifdef HAVE_IEEEFP_H -#include -#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 #endif +#ifdef HAVE_IEEEFP_H +#include +#endif #ifndef M_PI #define M_PI 3.14159265358979323846 /* pi */ -- cgit v1.2.3