summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.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/tutorial.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/tutorial.h')
-rw-r--r--crawl-ref/source/tutorial.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/tutorial.h b/crawl-ref/source/tutorial.h
index 9619dd26af..e1065f9ac9 100644
--- a/crawl-ref/source/tutorial.h
+++ b/crawl-ref/source/tutorial.h
@@ -14,7 +14,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include "AppHdr.h"
#include "externs.h"
class formatted_string;