summaryrefslogtreecommitdiffstats
path: root/src/Mobs
diff options
context:
space:
mode:
authorLukas Pioch <lukas@zgow.de>2017-08-06 21:57:44 +0200
committerworktycho <work.tycho@gmail.com>2017-08-06 21:57:44 +0200
commit07f25253a2190abfb10a27e25a72eb052421992f (patch)
tree0743d0f2f270100642dba35ed0b98add3b2d1c5a /src/Mobs
parentFixed compilation for clang 4.0 & gcc 7.1 (diff)
downloadcuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar
cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.gz
cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.bz2
cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.lz
cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.xz
cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.zst
cuberite-07f25253a2190abfb10a27e25a72eb052421992f.zip
Diffstat (limited to 'src/Mobs')
-rw-r--r--src/Mobs/Monster.h2
-rw-r--r--src/Mobs/Ocelot.h1
2 files changed, 0 insertions, 3 deletions
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"