summaryrefslogtreecommitdiff
path: root/src/strings.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
commit722613f7f3d833e28193f4c628161a372aa346b5 (patch)
tree7262db82a9e80413b5783b88be96602fdd29a485 /src/strings.cpp
parentae3206cd97f78a4657f6a33603125bf98811b726 (diff)
downloadopenttd-722613f7f3d833e28193f4c628161a372aa346b5.tar.xz
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
Diffstat (limited to 'src/strings.cpp')
-rw-r--r--src/strings.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/strings.cpp b/src/strings.cpp
index b8df9af16..71334143c 100644
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -10,7 +10,6 @@
#include "namegen.h"
#include "station.h"
#include "town.h"
-#include "vehicle.h"
#include "news.h"
#include "screenshot.h"
#include "waypoint.h"
@@ -26,7 +25,6 @@
#include "debug.h"
#include "newgrf_townname.h"
#include "signs.h"
-#include "vehicle.h"
#include "newgrf_engine.h"
#include "spritecache.h"
#include "fontcache.h"
@@ -35,6 +33,7 @@
#include "functions.h"
#include "core/endian_func.hpp"
#include "date_func.h"
+#include "vehicle_base.h"
/* for opendir/readdir/closedir */
# include "fios.h"