summaryrefslogtreecommitdiffhomepage
path: root/NetEx/NetHost.h
diff options
context:
space:
mode:
Diffstat (limited to 'NetEx/NetHost.h')
-rw-r--r--NetEx/NetHost.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/NetEx/NetHost.h b/NetEx/NetHost.h
index a5a4bd0..c45f04c 100644
--- a/NetEx/NetHost.h
+++ b/NetEx/NetHost.h
@@ -3,23 +3,21 @@
Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors
Copyright (c) 1997-2006, Destroyer Studios LLC.
- AUTHOR: John DiCamillo
+ AUTHOR: John DiCamillo
- OVERVIEW
- ========
- Network Host
+ OVERVIEW
+ ========
+ Network Host
*/
-#ifndef NET_HOST_H
-#define NET_HOST_H
+#ifndef NetHost_h
+#define NetHost_h
-#include <windows.h>
+#include "List.h"
#include "NetAddr.h"
#include "Text.h"
-#include "List.h"
-// +-------------------------------------------------------------------+
class NetHost
{
@@ -46,4 +44,4 @@ private:
};
-#endif // NET_HOST_H
+#endif // NetHost_h