summaryrefslogtreecommitdiff
path: root/src/gfxinit.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
commit1f6043458c2677f3651618bc23f8b0a24598bffb (patch)
treebb7b4abc525aa4e79b1a40ebe21516d9c47244e1 /src/gfxinit.cpp
parentf9c26f80c5f95e1860722a33bdc6e8af39beb482 (diff)
downloadopenttd-1f6043458c2677f3651618bc23f8b0a24598bffb.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/gfxinit.cpp')
-rw-r--r--src/gfxinit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp
index 8adc256c2..a6694dece 100644
--- a/src/gfxinit.cpp
+++ b/src/gfxinit.cpp
@@ -6,7 +6,6 @@
#include "openttd.h"
#include "debug.h"
#include "functions.h"
-#include "gfx.h"
#include "gfxinit.h"
#include "spritecache.h"
#include "table/sprites.h"