diff options
-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" |