From 00287b7a65fb91114ac9ab473cb57d0bc080d4a2 Mon Sep 17 00:00:00 2001 From: ShizZy Date: Mon, 23 Sep 2013 22:09:26 -0400 Subject: removed include from common.h and added it only where needed --- src/common/src/common.h | 4 ---- src/common/src/file_sys_directory.cpp | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'src/common') diff --git a/src/common/src/common.h b/src/common/src/common.h index e1cae4fee..0e5bf1cd3 100644 --- a/src/common/src/common.h +++ b/src/common/src/common.h @@ -50,10 +50,6 @@ private: #include "common_paths.h" #include "platform.h" -#if EMU_PLATFORM == PLATFORM_WINDOWS -#include -#endif - #ifdef __APPLE__ // The Darwin ABI requires that stack frames be aligned to 16-byte boundaries. // This is only needed on i386 gcc - x86_64 already aligns to 16 bytes. diff --git a/src/common/src/file_sys_directory.cpp b/src/common/src/file_sys_directory.cpp index c20557bad..79acb181c 100644 --- a/src/common/src/file_sys_directory.cpp +++ b/src/common/src/file_sys_directory.cpp @@ -24,7 +24,7 @@ #include "utf8.h" #if EMU_PLATFORM == PLATFORM_WINDOWS -//#include "Common/CommonWindows.h" +#include #include #else #include -- cgit v1.2.3