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, 3 insertions, 3 deletions
diff --git a/src/map.h b/src/map.h
index f8b14cd3..9914b50f 100644
--- a/src/map.h
+++ b/src/map.h
@@ -22,12 +22,12 @@
#ifndef MAP_H
#define MAP_H
-#include <list>
-#include <vector>
-
#include "position.h"
#include "properties.h"
+#include <list>
+#include <vector>
+
class Animation;
class AmbientLayer;
class Graphics;