diff options
author | Chris Robinson <[email protected]> | 2012-09-18 11:28:47 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-09-18 11:28:47 -0700 |
commit | 6005e7f27f831315f8549aabeff63fe734bee43c (patch) | |
tree | 3a824ba79fcb864310c3356d2841e42debbf4fb3 /OpenAL32 | |
parent | e779e64c952ab59799c046f546737af80fa0533a (diff) |
fpu_control.h is no longer used
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index c1cc2665..47ffe897 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -10,10 +10,6 @@ #include <fenv.h> #endif -#ifdef HAVE_FPU_CONTROL_H -#include <fpu_control.h> -#endif - #include "AL/al.h" #include "AL/alc.h" #include "AL/alext.h" |