[SPIDER]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 4 Jan 2014 15:12:53 +0000 (15:12 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 4 Jan 2014 15:12:53 +0000 (15:12 +0000)
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
* Dedicated to Daniel Reimer.
CORE-7716

svn path=/trunk/; revision=61534

reactos/base/applications/games/spider/spider.cpp
reactos/base/applications/games/spider/spider.h

index bb20650..95df4c3 100644 (file)
@@ -8,6 +8,9 @@
 
 #include "spider.h"
 
+#include <commctrl.h>
+#include <tchar.h>
+
 TCHAR szHelpPath[MAX_PATH];
 
 DWORD        dwAppStartTime;
index a6bb2ac..7299888 100644 (file)
@@ -1,10 +1,3 @@
-#define WIN32_NO_STATUS
-#include <stdarg.h>
-#include <windef.h>
-#include <winbase.h>
-#include <winuser.h>
-#include <commctrl.h>
-#include <tchar.h>
 #include <cardlib.h>
 
 #include "resource.h"