* 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=61530
This commit is contained in:
Amine Khaldi
2014-01-04 14:25:09 +00:00
parent 5bd968466e
commit b7c599a296
4 changed files with 6 additions and 14 deletions
@@ -1,4 +1,3 @@
#include "solitaire.h"
CardRegion *pDeck;
@@ -1,4 +1,3 @@
#include "solitaire.h"
#if 1
@@ -1,6 +1,11 @@
#include "solitaire.h"
#include <winreg.h>
#include <commctrl.h>
#include <tchar.h>
#include "resource.h"
TCHAR szHelpPath[MAX_PATH];
DWORD dwAppStartTime;
@@ -1,15 +1,5 @@
#define WIN32_NO_STATUS
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winuser.h>
#include <commctrl.h>
#include <tchar.h>
#include <cardlib.h>
#include "resource.h"
extern CardWindow SolWnd;
extern TCHAR szAppName[];
extern bool fGameStarted;
@@ -49,7 +39,6 @@ extern CardRegion *pPile;
extern CardRegion *pSuitStack[];
extern CardRegion *pRowStack[];
bool CARDLIBPROC RowStackDragProc(CardRegion &stackobj, int iNumCards);
bool CARDLIBPROC RowStackDropProc(CardRegion &stackobj, CardStack &dragcards);