From dc87b05e8c61b03d5fb2246768ce58bf66edf93a Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 14:37:30 +0000 Subject: (svn r11834) -Codechange: only include settings_type.h if needed. --- src/elrail.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/elrail.cpp') diff --git a/src/elrail.cpp b/src/elrail.cpp index 56067e66d..154590b9b 100644 --- a/src/elrail.cpp +++ b/src/elrail.cpp @@ -49,7 +49,7 @@ #include "openttd.h" #include "station_map.h" #include "viewport_func.h" -#include "variables.h" /* ... same here */ +#include "settings_type.h" #include "landscape.h" #include "rail_type.h" #include "debug.h" -- cgit v1.2.3-54-g00ecf