From ffa759f28a0ae05a5a2dc5d964ed45a872ab9ef9 Mon Sep 17 00:00:00 2001 From: Sonicadvance1 Date: Fri, 29 May 2009 14:48:06 +0000 Subject: [PATCH] Removal of a unneeded header git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3296 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/HW/BBA-TAP/TAP_Unix.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Core/Core/Src/HW/BBA-TAP/TAP_Unix.cpp b/Source/Core/Core/Src/HW/BBA-TAP/TAP_Unix.cpp index 6e1a403daa..e042be3143 100644 --- a/Source/Core/Core/Src/HW/BBA-TAP/TAP_Unix.cpp +++ b/Source/Core/Core/Src/HW/BBA-TAP/TAP_Unix.cpp @@ -24,11 +24,8 @@ #include #include #include -#if !defined(__APPLE__) - #include #include #include -#endif int fd = -1; bool hasDHCP = false; bool CEXIETHERNET::deactivate()