summaryrefslogtreecommitdiffstats
path: root/src/Mobs/ZombiePigman.cpp
diff options
context:
space:
mode:
authorr.ramazanov <r.ramazanov@servplus.ru>2014-04-25 08:06:12 +0200
committerr.ramazanov <r.ramazanov@servplus.ru>2014-04-25 08:06:12 +0200
commit1c26eb715b7f5eb9854c7c17d1100f0a61a0c7a3 (patch)
tree980565110fab2977471b7975a63ac2018bfe1c91 /src/Mobs/ZombiePigman.cpp
parentMerge branch 'master' of https://github.com/mc-server/MCServer (diff)
parentMerge pull request #929 from archshift/master (diff)
downloadcuberite-1c26eb715b7f5eb9854c7c17d1100f0a61a0c7a3.tar
cuberite-1c26eb715b7f5eb9854c7c17d1100f0a61a0c7a3.tar.gz
cuberite-1c26eb715b7f5eb9854c7c17d1100f0a61a0c7a3.tar.bz2
cuberite-1c26eb715b7f5eb9854c7c17d1100f0a61a0c7a3.tar.lz
cuberite-1c26eb715b7f5eb9854c7c17d1100f0a61a0c7a3.tar.xz
cuberite-1c26eb715b7f5eb9854c7c17d1100f0a61a0c7a3.tar.zst
cuberite-1c26eb715b7f5eb9854c7c17d1100f0a61a0c7a3.zip
Diffstat (limited to '')
-rw-r--r--src/Mobs/ZombiePigman.cpp (renamed from src/Mobs/Zombiepigman.cpp)3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Mobs/Zombiepigman.cpp b/src/Mobs/ZombiePigman.cpp
index a0142b566..c9d94face 100644
--- a/src/Mobs/Zombiepigman.cpp
+++ b/src/Mobs/ZombiePigman.cpp
@@ -1,7 +1,6 @@
-
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
-#include "Zombiepigman.h"
+#include "ZombiePigman.h"
#include "../World.h"