summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Sheep.cpp
diff options
context:
space:
mode:
authorpeterbell10 <peterbell10@live.co.uk>2017-08-03 15:34:19 +0200
committerLukas Pioch <lukas@zgow.de>2017-08-03 15:34:19 +0200
commit759618b0356a357d06a89f4348437a8de52d2078 (patch)
treec6e7ff67ec4c058deedd64f0a131affd11510321 /src/Mobs/Sheep.cpp
parentRemoved unused forward declarations (#3888) (diff)
downloadcuberite-759618b0356a357d06a89f4348437a8de52d2078.tar
cuberite-759618b0356a357d06a89f4348437a8de52d2078.tar.gz
cuberite-759618b0356a357d06a89f4348437a8de52d2078.tar.bz2
cuberite-759618b0356a357d06a89f4348437a8de52d2078.tar.lz
cuberite-759618b0356a357d06a89f4348437a8de52d2078.tar.xz
cuberite-759618b0356a357d06a89f4348437a8de52d2078.tar.zst
cuberite-759618b0356a357d06a89f4348437a8de52d2078.zip
Diffstat (limited to 'src/Mobs/Sheep.cpp')
-rw-r--r--src/Mobs/Sheep.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Mobs/Sheep.cpp b/src/Mobs/Sheep.cpp
index 4adcedae9..fef1adac6 100644
--- a/src/Mobs/Sheep.cpp
+++ b/src/Mobs/Sheep.cpp
@@ -2,7 +2,6 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "Sheep.h"
-#include "../BlockID.h"
#include "../Entities/Player.h"
#include "../World.h"
#include "../EffectID.h"