summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilebuf.h
diff options
context:
space:
mode:
authorIxtli <cg@325i.org>2010-03-13 16:33:27 +0900
committerEnne Walker <ennewalker@users.sourceforge.net>2010-04-24 10:19:45 -0400
commitbab61331e9e1287ae14afe2644b68f4c49ff09d8 (patch)
tree6b0e29401e158f29d012abf0ea99b1a4bd0a71f0 /crawl-ref/source/tilebuf.h
parent28f98235d7764707b584544128097a3119858103 (diff)
downloadcrawl-ref-bab61331e9e1287ae14afe2644b68f4c49ff09d8.tar.gz
crawl-ref-bab61331e9e1287ae14afe2644b68f4c49ff09d8.zip
Removed conditional inclusion of glwrapper.h
Diffstat (limited to 'crawl-ref/source/tilebuf.h')
-rw-r--r--crawl-ref/source/tilebuf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/tilebuf.h b/crawl-ref/source/tilebuf.h
index bbd3ae5ae1..3be39cf18f 100644
--- a/crawl-ref/source/tilebuf.h
+++ b/crawl-ref/source/tilebuf.h
@@ -7,10 +7,7 @@
#define TILEBUF_H
#include "tiles.h"
-
-#ifdef USE_GL
#include "glwrapper.h"
-#endif
// This struct defines all of the state that any particular rendering needs.
// If other rendering states are needed, they should be added here so that