diff src/station_cmd.cpp @ 8211:165064de4629 draft

(svn r11774) -Change: do not include variables.h in a header when it is not needed.
author rubidium <rubidium@openttd.org>
date Mon, 07 Jan 2008 00:57:19 +0000
parents 8b399c358b85
children 6385dffc0b37
line wrap: on
line diff
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -35,6 +35,7 @@
 #include "road_type.h"
 #include "road_internal.h" /* For drawing catenary/checking road removal */
 #include "cargotype.h"
+#include "variables.h"
 #include "autoslope.h"
 #include "transparency.h"
 #include "water.h"