From 0bee5f915dba7a4c279120c81be63b34da40e301 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Tue, 26 May 2015 21:32:37 +0200 Subject: [PATCH] Removing useless include. --- game/entity.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/game/entity.hh b/game/entity.hh index 60b9a05..252a978 100644 --- a/game/entity.hh +++ b/game/entity.hh @@ -2,7 +2,6 @@ #define ENTITY_HH_INCLUDED #include -#include class Entity { public: