diff src/station_gui.cpp @ 8116:9cc845deddfe draft

(svn r11677) -Codechange: move price and command related types/functions to their respective places.
author rubidium <rubidium@openttd.org>
date Fri, 21 Dec 2007 21:50:46 +0000
parents 2d6af5d7a142
children 89722abcfd91
line wrap: on
line diff
--- a/src/station_gui.cpp
+++ b/src/station_gui.cpp
@@ -13,9 +13,9 @@
 #include "station.h"
 #include "gfx.h"
 #include "player.h"
-#include "economy.h"
+#include "economy_func.h"
 #include "town.h"
-#include "command.h"
+#include "command_func.h"
 #include "variables.h"
 #include "vehicle_gui.h"
 #include "date.h"