mirror of https://github.com/PCSX2/pcsx2.git
DEV9: Remove unneeded headers
by providing a typedef for Adapter
This commit is contained in:
parent
c245d2134f
commit
42511ce8d8
|
@ -23,13 +23,9 @@
|
|||
#include "common/StringUtil.h"
|
||||
#include <WinSock2.h>
|
||||
#include <iphlpapi.h>
|
||||
#elif defined(__POSIX__)
|
||||
#include <sys/types.h>
|
||||
#include <ifaddrs.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include "pcap_io.h"
|
||||
#include "DEV9.h"
|
||||
#include "AdapterUtils.h"
|
||||
|
|
Loading…
Reference in New Issue