From 444e77d8bcb6738f14ce37e2afafd96d5ce43f1f Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Jan 2008 00:57:19 +0000 Subject: (svn r11774) -Change: do not include variables.h in a header when it is not needed. --- src/station_cmd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index 8ca9b74c1..7d05bfc45 100644 --- 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" -- cgit v1.2.3-54-g00ecf