Author: akhaldi Date: Sat Jan 4 15:12:53 2014 New Revision: 61534
URL: http://svn.reactos.org/svn/reactos?rev=61534&view=rev Log: [SPIDER] * 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
Modified: trunk/reactos/base/applications/games/spider/spider.cpp trunk/reactos/base/applications/games/spider/spider.h
Modified: trunk/reactos/base/applications/games/spider/spider.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/games/spi... ============================================================================== --- trunk/reactos/base/applications/games/spider/spider.cpp [iso-8859-1] (original) +++ trunk/reactos/base/applications/games/spider/spider.cpp [iso-8859-1] Sat Jan 4 15:12:53 2014 @@ -7,6 +7,9 @@ */
#include "spider.h" + +#include <commctrl.h> +#include <tchar.h>
TCHAR szHelpPath[MAX_PATH];
Modified: trunk/reactos/base/applications/games/spider/spider.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/games/spi... ============================================================================== --- trunk/reactos/base/applications/games/spider/spider.h [iso-8859-1] (original) +++ trunk/reactos/base/applications/games/spider/spider.h [iso-8859-1] Sat Jan 4 15:12:53 2014 @@ -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"