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:
parent
8ff30a74a4
commit
ffa759f28a
|
@ -24,11 +24,8 @@
|
|||
#include <fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <net/if.h>
|
||||
#if !defined(__APPLE__)
|
||||
#include <stropts.h>
|
||||
#include <linux/if_tun.h>
|
||||
#include <assert.h>
|
||||
#endif
|
||||
int fd = -1;
|
||||
bool hasDHCP = false;
|
||||
bool CEXIETHERNET::deactivate()
|
||||
|
|
Loading…
Reference in New Issue