diff options
author | Chris Robinson <[email protected]> | 2012-09-14 02:14:29 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-09-14 02:14:29 -0700 |
commit | 0f3a575a09fd3fa77564fd58d526aef14e8ef22a (patch) | |
tree | e2d05fc8095ff1a4879f2b6b6954a4950f519dc7 /Alc/backends/winmm.c | |
parent | ec74fb9ba2eaf0b75685f6c88cd96270408c1da6 (diff) |
Don't include alu.h in alMain.h
Diffstat (limited to 'Alc/backends/winmm.c')
-rw-r--r-- | Alc/backends/winmm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Alc/backends/winmm.c b/Alc/backends/winmm.c index c7bf4ded..4786d9b4 100644 --- a/Alc/backends/winmm.c +++ b/Alc/backends/winmm.c @@ -28,8 +28,7 @@ #include <mmsystem.h> #include "alMain.h" -#include "AL/al.h" -#include "AL/alc.h" +#include "alu.h" #ifndef WAVE_FORMAT_IEEE_FLOAT #define WAVE_FORMAT_IEEE_FLOAT 0x0003 |