summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ctest.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/ctest.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/ctest.h')
-rw-r--r--crawl-ref/source/ctest.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/ctest.h b/crawl-ref/source/ctest.h
index 0cc1d1ad55..6caa3cf00c 100644
--- a/crawl-ref/source/ctest.h
+++ b/crawl-ref/source/ctest.h
@@ -1,8 +1,6 @@
#ifndef CTEST_H
#define CTEST_H
-#include "AppHdr.h"
-
#ifdef DEBUG_DIAGNOSTICS
namespace crawl_tests