From 6f0f620cf85337ee6175ab599a52cf3ff0e2d5c9 Mon Sep 17 00:00:00 2001 From: STRWarrior Date: Sat, 2 Nov 2013 21:32:55 +0100 Subject: [PATCH] Skeleton.cpp doesn't have to load ProjectileEntity.h and Entity.h. --- source/Mobs/Skeleton.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/Mobs/Skeleton.cpp b/source/Mobs/Skeleton.cpp index 3ca3ebbf75..578b5eb673 100644 --- a/source/Mobs/Skeleton.cpp +++ b/source/Mobs/Skeleton.cpp @@ -3,9 +3,6 @@ #include "Skeleton.h" #include "../World.h" -#include "../Entities/ProjectileEntity.h" -#include "../Entities/Entity.h" -