Removed some redundant #ifdef win32 includes. (This should have been part of my previous precompiled header changes.)
This commit is contained in:
@@ -5,10 +5,6 @@
|
|||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
#if defined (WIN32)
|
|
||||||
#include <windows.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void Logger::Log(const char * text){
|
void Logger::Log(const char * text){
|
||||||
ofstream file (LOG_FILE,ios_base::app);
|
ofstream file (LOG_FILE,ios_base::app);
|
||||||
if (file){
|
if (file){
|
||||||
|
|||||||
@@ -9,10 +9,6 @@
|
|||||||
#include "WEvent.h"
|
#include "WEvent.h"
|
||||||
#include "MTGAbility.h"
|
#include "MTGAbility.h"
|
||||||
|
|
||||||
#if defined (WIN32)
|
|
||||||
|
|
||||||
#include <windows.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
ManaCost * ManaCost::parseManaCost(string s, ManaCost * _manaCost, MTGCardInstance * c){
|
ManaCost * ManaCost::parseManaCost(string s, ManaCost * _manaCost, MTGCardInstance * c){
|
||||||
ManaCost * manaCost;
|
ManaCost * manaCost;
|
||||||
|
|||||||
Reference in New Issue
Block a user