summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stuff.h')
-rw-r--r--crawl-ref/source/stuff.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h
index 0591c07688..67b9e1178e 100644
--- a/crawl-ref/source/stuff.h
+++ b/crawl-ref/source/stuff.h
@@ -8,7 +8,8 @@
#ifndef STUFF_H
#define STUFF_H
-#include "externs.h"
+#include "env.h"
+#include "player.h"
#include <map>
std::string make_time_string(time_t abs_time, bool terse = false);