* Sync to trunk HEAD (r53318).
[reactos.git] / base / services / audiosrv / debug.c
index 9352fc9..bdb34a1 100644 (file)
@@ -1,8 +1,6 @@
 /* Service debugging (simply logs to a file) */
 
-#include <stdio.h>
-#include <stdarg.h>
-#include <windows.h>
+#include "audiosrv.h"
 
 void logmsg(char* string, ...)
 {