* Slap *some* sense into our header inclusions.
[reactos.git] / reactos / dll / win32 / devmgr / precomp.h
index 1094d57..6bffcfd 100644 (file)
@@ -1,13 +1,15 @@
 #ifndef __DEVMGR_H
 #define __DEVMGR_H
 
+#define WIN32_NO_STATUS
+#define WIN32_LEAN_AND_MEAN
 #include <windows.h>
+#include <wchar.h>
 #include <regstr.h>
 #include <setupapi.h>
 #include <cfgmgr32.h>
-#include <commctrl.h>
-#include <stdio.h>
 #include <dll/devmgr/devmgr.h>
+
 #include "resource.h"
 
 extern HINSTANCE hDllInstance;