diff src/station_cmd.cpp @ 8102:afb4c7da91df draft

(svn r11663) -Codechange: moving of the road related types and functions.
author rubidium <rubidium@openttd.org>
date Tue, 18 Dec 2007 20:38:16 +0000
parents 2f4ef2db2161
children f1453e6bb1d8
line wrap: on
line diff
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -39,7 +39,8 @@
 #include "date.h"
 #include "helpers.hpp"
 #include "misc/autoptr.hpp"
-#include "road.h"
+#include "road_type.h"
+#include "road_internal.h" /* For drawing catenary/checking road removal */
 #include "cargotype.h"
 #include "strings.h"
 #include "autoslope.h"