Sync with trunk rev.61910 to get latest improvements and bugfixes.
[reactos.git] / dll / win32 / newdev / newdev_private.h
index e622c38..1161203 100644 (file)
@@ -1,31 +1,26 @@
 #ifndef __NEWDEV_PRIVATE_H
 #define __NEWDEV_PRIVATE_H
 
+#include <stdarg.h>
+
 #define WIN32_NO_STATUS
 #define _INC_WINDOWS
 #define COM_NO_WINDOWS_H
 
 #define COBJMACROS
 
-#include <stdarg.h>
 #include <windef.h>
 #include <winbase.h>
 #include <winreg.h>
 #include <wingdi.h>
 #include <winuser.h>
-#include <winnls.h>
 #include <windowsx.h>
-#include <wincon.h>
 #include <newdev.h>
 #include <regstr.h>
-#include <cfgmgr32.h>
-#include <shlobj.h>
 
 #include <wine/debug.h>
 WINE_DEFAULT_DEBUG_CHANNEL(newdev);
 
-#include <stdio.h>
-
 #include "resource.h"
 
 extern HINSTANCE hDllInstance;