summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-28 23:20:50 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-28 23:20:50 -0700
commit359c7ea309f6bd5c08860e2422e5613dac9ca4ae (patch)
tree7733dc29ae7fd7210f94827e56ee2c5705f18207 /crawl-ref/source/hints.cc
parentc7140f0f8afd4b6418f178b2099b4cd9c674e2c5 (diff)
downloadcrawl-ref-359c7ea309f6bd5c08860e2422e5613dac9ca4ae.tar.gz
crawl-ref-359c7ea309f6bd5c08860e2422e5613dac9ca4ae.zip
Move redraw functions from stuff.cc -> output.cc
Diffstat (limited to 'crawl-ref/source/hints.cc')
-rw-r--r--crawl-ref/source/hints.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/hints.cc b/crawl-ref/source/hints.cc
index 5b5d4a5435..efb48c32d6 100644
--- a/crawl-ref/source/hints.cc
+++ b/crawl-ref/source/hints.cc
@@ -39,6 +39,7 @@
#include "mutation.h"
#include "options.h"
#include "ouch.h"
+#include "output.h"
#include "jobs.h"
#include "player.h"
#include "random.h"