summaryrefslogtreecommitdiff
path: root/src/mapmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapmanager.h')
-rw-r--r--src/mapmanager.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mapmanager.h b/src/mapmanager.h
index d516b4ce..14d0a159 100644
--- a/src/mapmanager.h
+++ b/src/mapmanager.h
@@ -26,12 +26,11 @@
#include <map>
-#include "map.h"
-
#include "utils/singleton.h"
namespace tmwserv
{
+ class Map;
/**