Removal of a unneeded header

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3296 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Sonicadvance1 2009-05-29 14:48:06 +00:00
parent 8ff30a74a4
commit ffa759f28a
1 changed files with 0 additions and 3 deletions

View File

@ -24,11 +24,8 @@
#include <fcntl.h> #include <fcntl.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <net/if.h> #include <net/if.h>
#if !defined(__APPLE__)
#include <stropts.h>
#include <linux/if_tun.h> #include <linux/if_tun.h>
#include <assert.h> #include <assert.h>
#endif
int fd = -1; int fd = -1;
bool hasDHCP = false; bool hasDHCP = false;
bool CEXIETHERNET::deactivate() bool CEXIETHERNET::deactivate()