[NEWDEV]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 25 Jan 2014 11:32:30 +0000 (11:32 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 25 Jan 2014 11:32:30 +0000 (11:32 +0000)
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61800

reactos/dll/win32/newdev/newdev.c
reactos/dll/win32/newdev/newdev_private.h
reactos/dll/win32/newdev/wizard.c

index d7f3751..72f5bcc 100644 (file)
@@ -22,6 +22,9 @@
 
 #include "newdev_private.h"
 
+#include <stdio.h>
+#include <winnls.h>
+
 /* Global variables */
 HINSTANCE hDllInstance;
 
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;
index 3e834c7..12be7e0 100644 (file)
 
 #include "newdev_private.h"
 
+#include <wincon.h>
+#include <cfgmgr32.h>
+#include <shlobj.h>
+
 HANDLE hThread;
 
 static VOID