* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716
svn path=/trunk/; revision=61551
#include "precomp.h"
+#include "resource.h"
+
static const TCHAR szMMCMainFrame[] = TEXT("MMCMainFrame");
static const TCHAR szMMCChildFrm[] = TEXT("MMCChildFrm");
#include "precomp.h"
+#include <tchar.h>
+#include <commctrl.h>
+
HINSTANCE hAppInstance;
HANDLE hAppHeap;
HWND hwndMainConsole;
#include <stdarg.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)