diff src/roadveh_cmd.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 b6ec923e9fa8
line wrap: on
line diff
--- a/src/roadveh_cmd.cpp
+++ b/src/roadveh_cmd.cpp
@@ -15,7 +15,7 @@
 #include "vehicle.h"
 #include "timetable.h"
 #include "engine.h"
-#include "command.h"
+#include "command_func.h"
 #include "station.h"
 #include "news.h"
 #include "pathfind.h"