summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fontwrapper-ft.cc
diff options
context:
space:
mode:
authorEnne Walker <ennewalker@users.sourceforge.net>2010-04-14 15:30:43 -0400
committerEnne Walker <ennewalker@users.sourceforge.net>2010-04-25 19:15:12 -0400
commitedacdc0db313c0f5385631dfcf560f1fdf8e7c8a (patch)
tree9ca983514587f7c8bdab279afc92f08098f92cac /crawl-ref/source/fontwrapper-ft.cc
parent255e8100b2ff33fcb7eb3560168e8243ed193ef8 (diff)
downloadcrawl-ref-edacdc0db313c0f5385631dfcf560f1fdf8e7c8a.tar.gz
crawl-ref-edacdc0db313c0f5385631dfcf560f1fdf8e7c8a.zip
Reduce dependencies on tilereg.h.
This was done by pushing ImageManager to tiletex.h, where it better belongs.
Diffstat (limited to 'crawl-ref/source/fontwrapper-ft.cc')
-rw-r--r--crawl-ref/source/fontwrapper-ft.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/fontwrapper-ft.cc b/crawl-ref/source/fontwrapper-ft.cc
index e06bb07d08..101a21d09f 100644
--- a/crawl-ref/source/fontwrapper-ft.cc
+++ b/crawl-ref/source/fontwrapper-ft.cc
@@ -8,6 +8,7 @@
#include "defines.h"
#include "files.h"
+#include "format.h"
#include "fontwrapper-ft.h"
#include "glwrapper.h"
#include "tilebuf.h"