summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.h
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-08 09:40:48 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-10 04:41:10 -0700
commitf2410b8e5b84b73ea8914336eebe7ec487cf39d7 (patch)
treee365e640eb1f385e3f8448920155064f147f4073 /crawl-ref/source/database.h
parent687af248e0cbd094825522c12c6d457b831129c9 (diff)
downloadcrawl-ref-f2410b8e5b84b73ea8914336eebe7ec487cf39d7.tar.gz
crawl-ref-f2410b8e5b84b73ea8914336eebe7ec487cf39d7.zip
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 <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/database.h')
-rw-r--r--crawl-ref/source/database.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/database.h b/crawl-ref/source/database.h
index f711f67fe5..f45df352f9 100644
--- a/crawl-ref/source/database.h
+++ b/crawl-ref/source/database.h
@@ -8,7 +8,6 @@
#ifndef DATABASE_H
#define DATABASE_H
-#include "AppHdr.h"
#include "externs.h"
#include <list>