summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-20 11:50:40 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-20 12:02:35 +0200
commit46bf11a728c2b86808c44fc292e79194cf4039c4 (patch)
tree8470b412786da4a7eb5496e182e5225d4c4d6d32 /crawl-ref/source/notes.cc
parentf73fc329e87eab6df40554322e85acc9ecf3af9a (diff)
downloadcrawl-ref-46bf11a728c2b86808c44fc292e79194cf4039c4.tar.gz
crawl-ref-46bf11a728c2b86808c44fc292e79194cf4039c4.zip
Cut down on transitively including directn.h
It's a big header, hardly ever needed, yet it was pulled even for low-level files that don't deal with the game itself like lib${UI}.cc
Diffstat (limited to 'crawl-ref/source/notes.cc')
-rw-r--r--crawl-ref/source/notes.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/notes.cc b/crawl-ref/source/notes.cc
index 1622249101..cdb387107d 100644
--- a/crawl-ref/source/notes.cc
+++ b/crawl-ref/source/notes.cc
@@ -22,6 +22,7 @@
#include "religion.h"
#include "skills2.h"
#include "spl-util.h"
+#include "state.h"
#include "tags.h"
#define NOTES_VERSION_NUMBER 1002