summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-abil.cc')
-rw-r--r--crawl-ref/source/mon-abil.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/mon-abil.cc b/crawl-ref/source/mon-abil.cc
index bfc77357b8..73af98dd11 100644
--- a/crawl-ref/source/mon-abil.cc
+++ b/crawl-ref/source/mon-abil.cc
@@ -25,9 +25,9 @@
#include "mon-behv.h"
#include "mon-cast.h"
#include "mon-iter.h"
-#include "monplace.h"
-#include "monspeak.h"
-#include "monstuff.h"
+#include "mon-place.h"
+#include "mon-speak.h"
+#include "mon-stuff.h"
#include "random.h"
#include "spl-mis.h"
#include "spl-util.h"