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