summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stash.h')
-rw-r--r--crawl-ref/source/stash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h
index 3d639a6491..8841911b74 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -15,9 +15,10 @@
#include <vector>
#include "externs.h"
-#include "misc.h"
#include "travel.h"
+class input_history;
+
// Stash definitions
void stash_init_new_level();