summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/map.h b/src/map.h
index bb49fca7..c808bc90 100644
--- a/src/map.h
+++ b/src/map.h
@@ -24,10 +24,12 @@
#ifndef _TMW_MAP_H
#define _TMW_MAP_H
-#include "being.h"
-#include "graphics.h"
-#include "resources/image.h"
#include <list>
+#include <map>
+
+class Being;
+class Graphics;
+class Image;
struct PATH_NODE;