summaryrefslogtreecommitdiff
path: root/src/strings.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-06-23 15:20:23 +0000
committerrubidium <rubidium@openttd.org>2013-06-23 15:20:23 +0000
commit13c450a66bef275a88d687e6f500425b91126f8f (patch)
tree9c7dbdcd1d602a1974571f808b89b43d8bbadec0 /src/strings.cpp
parent930c19dae292d5863b201ded98444c9fb2e7b20a (diff)
downloadopenttd-13c450a66bef275a88d687e6f500425b91126f8f.tar.xz
(svn r25436) -Codechange: split the font detection code out of the font caching code
Diffstat (limited to 'src/strings.cpp')
-rw-r--r--src/strings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings.cpp b/src/strings.cpp
index fcc8df60e..ca7295c78 100644
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -20,7 +20,7 @@
#include "newgrf_text.h"
#include "fileio_func.h"
#include "signs_base.h"
-#include "fontcache.h"
+#include "fontdetection.h"
#include "error.h"
#include "strings_func.h"
#include "rev.h"