summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg.h
diff options
context:
space:
mode:
authorJay3.1415 <no@mail.com>2012-10-15 00:43:41 +0200
committerFlorian Diebold <flodiebold@gmail.com>2012-10-23 12:39:48 +0200
commit0bacb340b02fedf46e7fe6a1249b3e73cff3d8e2 (patch)
tree4cd2e5b278c6a4e9c432c574395bb4a5a4efffb7 /crawl-ref/source/tilereg.h
parent93e47c4cd769153ac7679753bf69c57618ee9493 (diff)
downloadcrawl-ref-0bacb340b02fedf46e7fe6a1249b3e73cff3d8e2.tar.gz
crawl-ref-0bacb340b02fedf46e7fe6a1249b3e73cff3d8e2.zip
Remove unnecessary includes from header files.
For most header files, this only saves on having to recompile a small number of source files, but there are also a few headers where small changes would now take significantly less time. This is most obvious for the Tiles build for which the dependencies have been greatly reduced, so that the only additional includes when compared to console are strictly library or tile related.
Diffstat (limited to 'crawl-ref/source/tilereg.h')
-rw-r--r--crawl-ref/source/tilereg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/tilereg.h b/crawl-ref/source/tilereg.h
index 68334c72fe..1ad44f2dc2 100644
--- a/crawl-ref/source/tilereg.h
+++ b/crawl-ref/source/tilereg.h
@@ -2,9 +2,6 @@
#ifndef TILEREG_H
#define TILEREG_H
-#include "tilebuf.h"
-#include "tiletex.h"
-
class ImageManager;
struct MouseEvent;