summaryrefslogtreecommitdiffstats
path: root/source/Mobs/PassiveMonster.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Mobs/PassiveMonster.cpp (renamed from source/cPassiveMonster.cpp)4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cPassiveMonster.cpp b/source/Mobs/PassiveMonster.cpp
index 7a4bc6979..bc3f70b4b 100644
--- a/source/cPassiveMonster.cpp
+++ b/source/Mobs/PassiveMonster.cpp
@@ -1,8 +1,8 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
-#include "cPassiveMonster.h"
-#include "MersenneTwister.h"
+#include "PassiveMonster.h"
+#include "../MersenneTwister.h"