summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Zombiepigman.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-09-21 11:10:35 +0200
committermadmaxoft <github@xoft.cz>2013-09-21 11:10:35 +0200
commitea0addc2b9eb4d9e2d44bc9cb2337ef57ccf0e05 (patch)
treef09322cd63269dcdd6c77c49a821fd944999cdbf /source/Mobs/Zombiepigman.cpp
parentFixed compilation from previous commit. (diff)
downloadcuberite-ea0addc2b9eb4d9e2d44bc9cb2337ef57ccf0e05.tar
cuberite-ea0addc2b9eb4d9e2d44bc9cb2337ef57ccf0e05.tar.gz
cuberite-ea0addc2b9eb4d9e2d44bc9cb2337ef57ccf0e05.tar.bz2
cuberite-ea0addc2b9eb4d9e2d44bc9cb2337ef57ccf0e05.tar.lz
cuberite-ea0addc2b9eb4d9e2d44bc9cb2337ef57ccf0e05.tar.xz
cuberite-ea0addc2b9eb4d9e2d44bc9cb2337ef57ccf0e05.tar.zst
cuberite-ea0addc2b9eb4d9e2d44bc9cb2337ef57ccf0e05.zip
Diffstat (limited to '')
-rw-r--r--source/Mobs/Zombiepigman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/Zombiepigman.cpp b/source/Mobs/Zombiepigman.cpp
index 1aea006a6..1e31a72d9 100644
--- a/source/Mobs/Zombiepigman.cpp
+++ b/source/Mobs/Zombiepigman.cpp
@@ -1,7 +1,7 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
-#include "ZombiePigman.h"
+#include "Zombiepigman.h"
#include "../World.h"