From f607bf40b5dd8971cfa76b98c908af0e4ed03c4b Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Sun, 1 Nov 2009 20:30:47 -0800 Subject: Remove AppHdr.h from header files gcc precompiled headers didn't work properly if AppHdr.h was included in include files, or included twice. --- crawl-ref/source/tilefont.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/tilefont.h') diff --git a/crawl-ref/source/tilefont.h b/crawl-ref/source/tilefont.h index 8413132d3e..8ca50c9d18 100644 --- a/crawl-ref/source/tilefont.h +++ b/crawl-ref/source/tilefont.h @@ -6,7 +6,6 @@ #ifndef TILEFONT_H #define TILEFONT_H -#include "AppHdr.h" #include "externs.h" #include "tiletex.h" -- cgit v1.2.3-54-g00ecf