summaryrefslogtreecommitdiffstats
path: root/crawl-ref
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
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')
-rw-r--r--crawl-ref/source/libutil.h1
-rw-r--r--crawl-ref/source/mgrow.h1
-rw-r--r--crawl-ref/source/sqldbm.h2
-rw-r--r--crawl-ref/source/tilefont.h1
-rw-r--r--crawl-ref/source/tilemcache.h1
-rw-r--r--crawl-ref/source/tilereg.h1
6 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/libutil.h b/crawl-ref/source/libutil.h
index c76ca9e68f..c9c6c090cf 100644
--- a/crawl-ref/source/libutil.h
+++ b/crawl-ref/source/libutil.h
@@ -6,7 +6,6 @@
#ifndef LIBUTIL_H
#define LIBUTIL_H
-#include "AppHdr.h"
#include "defines.h"
#include "enum.h"
#include <cctype>
diff --git a/crawl-ref/source/mgrow.h b/crawl-ref/source/mgrow.h
index 1a63de5adc..4068e2f8df 100644
--- a/crawl-ref/source/mgrow.h
+++ b/crawl-ref/source/mgrow.h
@@ -7,7 +7,6 @@
#ifndef __MGROW_H__
#define __MGROW_H__
-#include "AppHdr.h"
#include "fixvec.h"
// Monster level-up data.
diff --git a/crawl-ref/source/sqldbm.h b/crawl-ref/source/sqldbm.h
index cfec40fb7f..15123b4945 100644
--- a/crawl-ref/source/sqldbm.h
+++ b/crawl-ref/source/sqldbm.h
@@ -7,8 +7,6 @@
#ifndef SQLDBM_H
#define SQLDBM_H
-#include "AppHdr.h"
-
#ifdef USE_SQLITE_DBM
#include <sys/types.h>
diff --git a/crawl-ref/source/tilefont.h b/crawl-ref/source/tilefont.h
index 8413132d3e..8ca50c9d18 100644
--- a/crawl-ref/source/tilefont.h
+++ b/crawl-ref/source/tilefont.h
@@ -6,7 +6,6 @@
#ifndef TILEFONT_H
#define TILEFONT_H
-#include "AppHdr.h"
#include "externs.h"
#include "tiletex.h"
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>
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"