summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/map.h b/src/map.h
index e51572df..0f31d7b4 100644
--- a/src/map.h
+++ b/src/map.h
@@ -28,10 +28,6 @@
#include <map>
#include <string>
-namespace tmwserv
-{
-
-
struct PATH_NODE;
/**
@@ -190,6 +186,4 @@ class Map
int onClosedList, onOpenList;
};
-} // namespace tmwserv
-
#endif