Moved a few more common shared includes into the precompiled header.

This commit is contained in:
wrenczes@gmail.com
2010-10-24 06:55:40 +00:00
parent 8f7e4850ba
commit e74c0fcc7c
19 changed files with 5 additions and 38 deletions
-4
View File
@@ -1,8 +1,5 @@
#include "PrecompiledHeader.h"
#include <algorithm>
#include <sstream>
#include "MTGDeck.h"
#include "utils.h"
#include "Subtypes.h"
@@ -13,7 +10,6 @@
#include "MTGPack.h"
#include "utils.h"
#include <JGE.h>
#if defined (WIN32) || defined (LINUX)
#include <time.h>