* 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
This commit is contained in:
Amine Khaldi 2014-01-04 15:12:53 +00:00
parent 73809c59e6
commit d3efc2ffdd
2 changed files with 3 additions and 7 deletions

View file

@ -8,6 +8,9 @@
#include "spider.h"
#include <commctrl.h>
#include <tchar.h>
TCHAR szHelpPath[MAX_PATH];
DWORD dwAppStartTime;

View 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"