diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2013-11-02 21:32:55 +0100 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2013-11-02 21:32:55 +0100 |
commit | 6f0f620cf85337ee6175ab599a52cf3ff0e2d5c9 (patch) | |
tree | 09719d353597fa932673fa9ab903bddae5782cef /source/Mobs | |
parent | Small update to the monster.ini. (diff) | |
download | cuberite-6f0f620cf85337ee6175ab599a52cf3ff0e2d5c9.tar cuberite-6f0f620cf85337ee6175ab599a52cf3ff0e2d5c9.tar.gz cuberite-6f0f620cf85337ee6175ab599a52cf3ff0e2d5c9.tar.bz2 cuberite-6f0f620cf85337ee6175ab599a52cf3ff0e2d5c9.tar.lz cuberite-6f0f620cf85337ee6175ab599a52cf3ff0e2d5c9.tar.xz cuberite-6f0f620cf85337ee6175ab599a52cf3ff0e2d5c9.tar.zst cuberite-6f0f620cf85337ee6175ab599a52cf3ff0e2d5c9.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Mobs/Skeleton.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/Mobs/Skeleton.cpp b/source/Mobs/Skeleton.cpp index 3ca3ebbf7..578b5eb67 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" - |