summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg.h
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-01 20:30:47 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-01 20:30:47 -0800
commitf607bf40b5dd8971cfa76b98c908af0e4ed03c4b (patch)
treecdb5914347eda655aec94fd625af42da9c70afa9 /crawl-ref/source/tilereg.h
parent9683d9d03bd07ca4fdf46549fc662c06870c4227 (diff)
downloadcrawl-ref-f607bf40b5dd8971cfa76b98c908af0e4ed03c4b.tar.gz
crawl-ref-f607bf40b5dd8971cfa76b98c908af0e4ed03c4b.zip
Remove AppHdr.h from header files
gcc precompiled headers didn't work properly if AppHdr.h was included in include files, or included twice.
Diffstat (limited to 'crawl-ref/source/tilereg.h')
-rw-r--r--crawl-ref/source/tilereg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/tilereg.h b/crawl-ref/source/tilereg.h
index 19e36629b0..c157148c68 100644
--- a/crawl-ref/source/tilereg.h
+++ b/crawl-ref/source/tilereg.h
@@ -7,7 +7,6 @@
#ifndef TILEREG_H
#define TILEREG_H
-#include "AppHdr.h"
#include "format.h"
#include "player.h"
#include "tilebuf.h"