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;
|
||||
|
||||
#if defined (WIN32)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
void Logger::Log(const char * text){
|
||||
ofstream file (LOG_FILE,ios_base::app);
|
||||
if (file){
|
||||
|
||||
@@ -9,10 +9,6 @@
|
||||
#include "WEvent.h"
|
||||
#include "MTGAbility.h"
|
||||
|
||||
#if defined (WIN32)
|
||||
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
ManaCost * ManaCost::parseManaCost(string s, ManaCost * _manaCost, MTGCardInstance * c){
|
||||
ManaCost * manaCost;
|
||||
|
||||
Reference in New Issue
Block a user