summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilemcache.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/tilemcache.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/tilemcache.h')
-rw-r--r--crawl-ref/source/tilemcache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/tilemcache.h b/crawl-ref/source/tilemcache.h
index cfc0845241..fef7bd6d77 100644
--- a/crawl-ref/source/tilemcache.h
+++ b/crawl-ref/source/tilemcache.h
@@ -8,7 +8,6 @@
#ifndef TILEMCACHE_H
#define TILEMCACHE_H
-#include "AppHdr.h"
#include "debug.h"
#include <vector>