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/dock_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dock_gui.cpp') diff --git a/src/dock_gui.cpp b/src/dock_gui.cpp index 32109965d..bdb0282d5 100644 --- a/src/dock_gui.cpp +++ b/src/dock_gui.cpp @@ -11,7 +11,7 @@ #include "window_gui.h" #include "station_gui.h" #include "command_func.h" -#include "variables.h" +#include "settings_type.h" #include "water.h" #include "window_func.h" #include "vehicle_func.h" -- cgit v1.2.3-54-g00ecf