diff options
author | Chris Robinson <[email protected]> | 2008-02-13 19:42:47 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-02-13 19:42:47 -0800 |
commit | 880196e5a811356c4a6b36798a81429b4a48eb40 (patch) | |
tree | 035cf2454989ac260b38a2d51b46a2b827738f75 /Alc/dsound.c | |
parent | d523b440e3f6211e59f7f4e8f3c752ff6942b664 (diff) |
Remove unneeded headers
Diffstat (limited to 'Alc/dsound.c')
-rw-r--r-- | Alc/dsound.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c index 22c6f827..34f6d538 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -25,10 +25,8 @@ #include <stdio.h> #include <memory.h> -#include <windows.h> -#include <mmsystem.h> -#include <mmreg.h> #include <dsound.h> +#include <mmreg.h> #include "alMain.h" #include "AL/al.h" |