DEV9: Remove using namespace in TAPAdapter header

This commit is contained in:
TheLastRar
2025-11-03 15:16:18 +00:00
committed by Ty
parent e245454b91
commit 4a94cb6cbd

View File

@@ -5,7 +5,6 @@
#include <vector>
#include <string>
#include "..\net.h"
using namespace std;
class TAPAdapter : public NetAdapter
{