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/arena.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/arena.h') diff --git a/crawl-ref/source/arena.h b/crawl-ref/source/arena.h index 76b7ea900c..039e2bca3c 100644 --- a/crawl-ref/source/arena.h +++ b/crawl-ref/source/arena.h @@ -6,7 +6,6 @@ #ifndef ARENA_H #define ARENA_H -#include "AppHdr.h" #include "enum.h" class level_id; -- cgit v1.2.3-54-g00ecf