summary refs log tree commit diff stats
path: root/src/map.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2015-03-14 16:33:29 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2015-03-14 16:33:29 -0400
commit6eaefb4dd401a1c5e9cc7fb8e909521e045c0710 (patch)
tree9ab9b94012b48688bd7b8dce1d7b1933f9b123df /src/map.cpp
parent6cd202153bb61e14f9968845c43ca966ceab1e05 (diff)
downloadtherapy-6eaefb4dd401a1c5e9cc7fb8e909521e045c0710.tar.gz
therapy-6eaefb4dd401a1c5e9cc7fb8e909521e045c0710.tar.bz2
therapy-6eaefb4dd401a1c5e9cc7fb8e909521e045c0710.zip
Removed some unnecessary header transculsions
Diffstat (limited to 'src/map.cpp')
-rw-r--r--src/map.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.cpp b/src/map.cpp index 8c1c6f0..2be5071 100644 --- a/src/map.cpp +++ b/src/map.cpp
@@ -5,6 +5,7 @@
5#include <libxml/parser.h> 5#include <libxml/parser.h>
6#include <map> 6#include <map>
7#include "entityfactory.h" 7#include "entityfactory.h"
8#include "entity.h"
8 9
9static std::map<std::string, Map> maps; 10static std::map<std::string, Map> maps;
10 11