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

svn path=/trunk/; revision=61551

reactos/base/applications/mmc/console.c
reactos/base/applications/mmc/mmc.c
reactos/base/applications/mmc/precomp.h

index 97c96eb..fc43118 100644 (file)
@@ -19,6 +19,8 @@
 
 #include "precomp.h"
 
 
 #include "precomp.h"
 
+#include "resource.h"
+
 static const TCHAR szMMCMainFrame[] = TEXT("MMCMainFrame");
 static const TCHAR szMMCChildFrm[] = TEXT("MMCChildFrm");
 
 static const TCHAR szMMCMainFrame[] = TEXT("MMCMainFrame");
 static const TCHAR szMMCChildFrm[] = TEXT("MMCChildFrm");
 
index fb1efeb..7eebb89 100644 (file)
@@ -19,6 +19,9 @@
 
 #include "precomp.h"
 
 
 #include "precomp.h"
 
+#include <tchar.h>
+#include <commctrl.h>
+
 HINSTANCE hAppInstance;
 HANDLE hAppHeap;
 HWND hwndMainConsole;
 HINSTANCE hAppInstance;
 HANDLE hAppHeap;
 HWND hwndMainConsole;
index 4ae294c..ebb66b7 100644 (file)
@@ -1,11 +1,8 @@
 #include <stdarg.h>
 #include <stdarg.h>
+
 #include <windef.h>
 #include <winbase.h>
 #include <winuser.h>
 #include <windef.h>
 #include <winbase.h>
 #include <winuser.h>
-#include <commctrl.h>
-#include <tchar.h>
-
-#include "resource.h"
 
 #define WM_USER_CLOSE_CHILD (WM_USER + 1)
 
 
 #define WM_USER_CLOSE_CHILD (WM_USER + 1)