From d3efc2ffdd42db1f00b35fce89da9a420941fb1c Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 4 Jan 2014 15:12:53 +0000 Subject: [PATCH] [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 svn path=/trunk/; revision=61534 --- reactos/base/applications/games/spider/spider.cpp | 3 +++ reactos/base/applications/games/spider/spider.h | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/reactos/base/applications/games/spider/spider.cpp b/reactos/base/applications/games/spider/spider.cpp index bb20650f04f..95df4c32de6 100644 --- a/reactos/base/applications/games/spider/spider.cpp +++ b/reactos/base/applications/games/spider/spider.cpp @@ -8,6 +8,9 @@ #include "spider.h" +#include +#include + TCHAR szHelpPath[MAX_PATH]; DWORD dwAppStartTime; diff --git a/reactos/base/applications/games/spider/spider.h b/reactos/base/applications/games/spider/spider.h index a6bb2ac354a..72998888aea 100644 --- a/reactos/base/applications/games/spider/spider.h +++ b/reactos/base/applications/games/spider/spider.h @@ -1,10 +1,3 @@ -#define WIN32_NO_STATUS -#include -#include -#include -#include -#include -#include #include #include "resource.h"