summaryrefslogtreecommitdiffhomepage
path: root/NetEx/NetLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'NetEx/NetLayer.h')
-rw-r--r--NetEx/NetLayer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/NetEx/NetLayer.h b/NetEx/NetLayer.h
index ca3b703..0d21d36 100644
--- a/NetEx/NetLayer.h
+++ b/NetEx/NetLayer.h
@@ -15,7 +15,6 @@
#define NetLayer_h
#include <windows.h>
-#include <winsock.h>
#include "Text.h"
// +-------------------------------------------------------------------+
@@ -37,7 +36,6 @@ public:
static Text GetHostName();
private:
- WSADATA info;
bool fail;
};