From f2410b8e5b84b73ea8914336eebe7ec487cf39d7 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Thu, 8 Oct 2009 09:40:48 -0700 Subject: 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 --- crawl-ref/source/stash.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/stash.h') 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 -- cgit v1.2.3-54-g00ecf