summary refs log tree commit diff stats
path: root/src/entityfactory.h
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/entityfactory.h
parent6cd202153bb61e14f9968845c43ca966ceab1e05 (diff)
downloadtherapy-6eaefb4dd401a1c5e9cc7fb8e909521e045c0710.tar.gz
therapy-6eaefb4dd401a1c5e9cc7fb8e909521e045c0710.tar.bz2
therapy-6eaefb4dd401a1c5e9cc7fb8e909521e045c0710.zip
Removed some unnecessary header transculsions
Diffstat (limited to 'src/entityfactory.h')
-rw-r--r--src/entityfactory.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/entityfactory.h b/src/entityfactory.h index a35b5f7..7b8f399 100644 --- a/src/entityfactory.h +++ b/src/entityfactory.h
@@ -1,11 +1,10 @@
1#ifndef ENTITYFACTORY_H 1#ifndef ENTITYFACTORY_H
2#define ENTITYFACTORY_H 2#define ENTITYFACTORY_H
3 3
4#include "entity.h"
5#include <memory>
6#include <string> 4#include <string>
7#include <map> 5
8#include "map.h" 6class Entity;
7class Map;
9 8
10class EntityFactory { 9class EntityFactory {
11 public: 10 public: