From f1a3bc139725a5ae2b7d06083f9a530822915cc8 Mon Sep 17 00:00:00 2001 From: LPFaint99 Date: Tue, 13 Jan 2009 04:23:26 +0000 Subject: Move #include from all files that include it and common.h to common.h git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1861 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/DynamicLibrary.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Source/Core/Common/Src/DynamicLibrary.cpp') diff --git a/Source/Core/Common/Src/DynamicLibrary.cpp b/Source/Core/Common/Src/DynamicLibrary.cpp index 53da3e21aa..010892c183 100644 --- a/Source/Core/Common/Src/DynamicLibrary.cpp +++ b/Source/Core/Common/Src/DynamicLibrary.cpp @@ -29,9 +29,7 @@ and stopped. // Includes // ŻŻŻŻŻŻŻŻŻŻŻŻŻ #include -#ifdef _WIN32 -#include -#else +#ifndef _WIN32 #include #include #endif -- cgit v1.2.3