summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.h
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-08 09:40:48 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-10 04:41:10 -0700
commitf2410b8e5b84b73ea8914336eebe7ec487cf39d7 (patch)
treee365e640eb1f385e3f8448920155064f147f4073 /crawl-ref/source/stash.h
parent687af248e0cbd094825522c12c6d457b831129c9 (diff)
downloadcrawl-ref-f2410b8e5b84b73ea8914336eebe7ec487cf39d7.tar.gz
crawl-ref-f2410b8e5b84b73ea8914336eebe7ec487cf39d7.zip
headers: remove 'AppHdr.h' include from .h files
This breaks the GCC if you're using precompiled headers, and we don't need this included in these headers anyway. All the .cc files have AppHdr.h included first anyway. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/stash.h')
-rw-r--r--crawl-ref/source/stash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h
index 1232e1a46b..8a50b0d77f 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -7,7 +7,6 @@
#ifndef STASH_H
#define STASH_H
-#include "AppHdr.h"
#include "shopping.h"
#include <string>