From 384503e7d37f4b68c1480f6e6ca81adf84ef137d Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 27 Dec 2007 13:35:39 +0000 Subject: (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes. --- src/economy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/economy.cpp') 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. -- cgit v1.2.3-54-g00ecf