summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.h
diff options
context:
space:
mode:
authorJay3.1415 <no@mail.com>2012-10-15 00:43:41 +0200
committerFlorian Diebold <flodiebold@gmail.com>2012-10-23 12:39:48 +0200
commit0bacb340b02fedf46e7fe6a1249b3e73cff3d8e2 (patch)
tree4cd2e5b278c6a4e9c432c574395bb4a5a4efffb7 /crawl-ref/source/hints.h
parent93e47c4cd769153ac7679753bf69c57618ee9493 (diff)
downloadcrawl-ref-0bacb340b02fedf46e7fe6a1249b3e73cff3d8e2.tar.gz
crawl-ref-0bacb340b02fedf46e7fe6a1249b3e73cff3d8e2.zip
Remove unnecessary includes from header files.
For most header files, this only saves on having to recompile a small number of source files, but there are also a few headers where small changes would now take significantly less time. This is most obvious for the Tiles build for which the dependencies have been greatly reduced, so that the only additional includes when compared to console are strictly library or tile related.
Diffstat (limited to 'crawl-ref/source/hints.h')
-rw-r--r--crawl-ref/source/hints.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/hints.h b/crawl-ref/source/hints.h
index 6692d41913..b6789165ec 100644
--- a/crawl-ref/source/hints.h
+++ b/crawl-ref/source/hints.h
@@ -12,12 +12,13 @@
#include <stdlib.h>
#include "externs.h"
-#include "mon-info.h"
class formatted_string;
class writer;
class reader;
+struct monster_info;
+
enum hints_types
{
HINT_BERSERK_CHAR,