[SNDREC32]
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 13 Jan 2014 12:41:57 +0000 (12:41 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 13 Jan 2014 12:41:57 +0000 (12:41 +0000)
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61599

reactos/base/applications/sndrec32/sndrec32.cpp
reactos/base/applications/sndrec32/stdafx.h

index 6e3e77a..d7ce407 100644 (file)
@@ -6,6 +6,10 @@
  */
 
 #include "stdafx.h"
+
+#include <commctrl.h>
+#include <commdlg.h>
+
 #include "sndrec32.h"
 
 #ifndef _UNICODE
index d669203..b746745 100644 (file)
@@ -8,12 +8,11 @@
 #define _sntprintf_s _snprintf_s
 #endif
 
-#define WIN32_NO_STATUS
 #include <stdlib.h>
 #include <tchar.h>
+
+#define WIN32_NO_STATUS
 #include <windef.h>
 #include <winbase.h>
 #include <wingdi.h>
 #include <winuser.h>
-#include <commctrl.h>
-#include <commdlg.h>