diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |