summaryrefslogtreecommitdiff
path: root/src/economy.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/economy.cpp
parentae3206cd97f78a4657f6a33603125bf98811b726 (diff)
downloadopenttd-722613f7f3d833e28193f4c628161a372aa346b5.tar.xz
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
Diffstat (limited to 'src/economy.cpp')
-rw-r--r--src/economy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/economy.cpp b/src/economy.cpp
index 84e0af5ed..d05950ea3 100644
--- a/src/economy.cpp
+++ b/src/economy.cpp
@@ -11,7 +11,6 @@
#include "news.h"
#include "player.h"
#include "station.h"
-#include "vehicle.h"
#include "command_func.h"
#include "saveload.h"
#include "industry.h"
@@ -40,6 +39,7 @@
#include "functions.h"
#include "window_func.h"
#include "date_func.h"
+#include "vehicle_func.h"
/**
* Multiply two integer values and shift the results to right.