summaryrefslogtreecommitdiff
path: root/src/fontcache.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-22 23:30:28 +0000
committerrubidium <rubidium@openttd.org>2007-12-22 23:30:28 +0000
commit8f0e68285b4eadd1780280d7e36b00ff80c20f67 (patch)
treebb7b4abc525aa4e79b1a40ebe21516d9c47244e1 /src/fontcache.cpp
parenta7d54cf9464f457f181f920a4edc34fcb97aac4f (diff)
downloadopenttd-8f0e68285b4eadd1780280d7e36b00ff80c20f67.tar.xz
(svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
Diffstat (limited to 'src/fontcache.cpp')
-rw-r--r--src/fontcache.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fontcache.cpp b/src/fontcache.cpp
index e11ae7a40..81f68f0d8 100644
--- a/src/fontcache.cpp
+++ b/src/fontcache.cpp
@@ -9,7 +9,6 @@
#include "table/sprites.h"
#include "table/control_codes.h"
#include "spritecache.h"
-#include "gfx.h"
#include "string.h"
#include "fontcache.h"
#include "helpers.hpp"