From 07f25253a2190abfb10a27e25a72eb052421992f Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Sun, 6 Aug 2017 21:57:44 +0200 Subject: Removed unneeded includes (#3902) --- src/Mobs/Monster.h | 2 -- src/Mobs/Ocelot.h | 1 - 2 files changed, 3 deletions(-) (limited to 'src/Mobs') diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h index 1507598bb..b79399a0f 100644 --- a/src/Mobs/Monster.h +++ b/src/Mobs/Monster.h @@ -2,9 +2,7 @@ #pragma once #include "../Entities/Pawn.h" -#include "../Defines.h" #include "../Item.h" -#include "../Enchantments.h" #include "MonsterTypes.h" #include "PathFinder.h" diff --git a/src/Mobs/Ocelot.h b/src/Mobs/Ocelot.h index fbff991c7..5729851fe 100644 --- a/src/Mobs/Ocelot.h +++ b/src/Mobs/Ocelot.h @@ -2,7 +2,6 @@ #pragma once #include "PassiveMonster.h" -#include "../Entities/Entity.h" -- cgit v1.2.3