From 6eaefb4dd401a1c5e9cc7fb8e909521e045c0710 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 14 Mar 2015 16:33:29 -0400 Subject: Removed some unnecessary header transculsions --- src/entityfactory.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/entityfactory.h') 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 @@ #ifndef ENTITYFACTORY_H #define ENTITYFACTORY_H -#include "entity.h" -#include #include -#include -#include "map.h" + +class Entity; +class Map; class EntityFactory { public: -- cgit 1.4.1