DEV9: Remove unneeded headers

by providing a typedef for Adapter
This commit is contained in:
TheLastRar 2023-01-19 15:28:11 +00:00 committed by refractionpcsx2
parent c245d2134f
commit 42511ce8d8
1 changed files with 0 additions and 4 deletions

View File

@ -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"