summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/abyss.cc')
-rw-r--r--crawl-ref/source/abyss.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/abyss.cc b/crawl-ref/source/abyss.cc
index 4c2f8b9458..c7d96b3b6d 100644
--- a/crawl-ref/source/abyss.cc
+++ b/crawl-ref/source/abyss.cc
@@ -11,10 +11,9 @@
#include <stdlib.h>
#include <algorithm>
-#include "externs.h"
-
#include "artefact.h"
#include "cloud.h"
+#include "colour.h"
#include "makeitem.h"
#include "mapmark.h"
#include "message.h"
@@ -28,6 +27,7 @@
#include "l_defs.h"
#include "lev-pand.h"
#include "los.h"
+#include "random.h"
#include "religion.h"
#include "stuff.h"
#include "spells3.h"