summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilebuf.h
diff options
context:
space:
mode:
authorEnne Walker <enne.walker@gmail.com>2010-05-29 17:33:20 -0400
committerEnne Walker <enne.walker@gmail.com>2010-05-30 08:50:37 -0400
commitbe734ca30eba735e20a8145bb22cdcc4de134ced (patch)
tree018452f9e2af7ceeef493c93f79b0daa28488c99 /crawl-ref/source/tilebuf.h
parentca6e3ae38efee3e21d22494140094d71344cdac4 (diff)
downloadcrawl-ref-be734ca30eba735e20a8145bb22cdcc4de134ced.tar.gz
crawl-ref-be734ca30eba735e20a8145bb22cdcc4de134ced.zip
Split up tiles.h.
Most of it has gone into tilepick.h, but also into enum.h and initfile.cc. Unlike tiles.h which was included everywhere, tilepick.h is now only a dependency of about half the files.
Diffstat (limited to 'crawl-ref/source/tilebuf.h')
-rw-r--r--crawl-ref/source/tilebuf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/tilebuf.h b/crawl-ref/source/tilebuf.h
index 73cfd80fd3..20633704d0 100644
--- a/crawl-ref/source/tilebuf.h
+++ b/crawl-ref/source/tilebuf.h
@@ -6,7 +6,6 @@
#ifndef TILEBUF_H
#define TILEBUF_H
-#include "tiles.h"
#include "glwrapper.h"
#include <string>