summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-27 13:35:39 +0000
committerrubidium <rubidium@openttd.org>2007-12-27 13:35:39 +0000
commit384503e7d37f4b68c1480f6e6ca81adf84ef137d (patch)
tree7262db82a9e80413b5783b88be96602fdd29a485 /src/newgrf.cpp
parent4e66f5a04b3b1393a13fa81edfdd10243aaf13a4 (diff)
downloadopenttd-384503e7d37f4b68c1480f6e6ca81adf84ef137d.tar.xz
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index d4ffc3ee4..167f49288 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -20,7 +20,6 @@
#include "bridge.h"
#include "town.h"
#include "newgrf_engine.h"
-#include "vehicle.h"
#include "newgrf_text.h"
#include "table/sprites.h"
#include "fontcache.h"
@@ -46,6 +45,7 @@
#include "strings_func.h"
#include "gfx_func.h"
#include "date_func.h"
+#include "vehicle_func.h"
/* TTDPatch extended GRF format codec
* (c) Petr Baudis 2004 (GPL'd)