From 0395aab420756b9e0a271011c754d4c70cc0c06f Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Feb 2011 22:38:02 +0000 Subject: (svn r22019) -Codechange: s/functions.h/clear_func.h/ --- src/station_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index 6f7e6450a..d584b3131 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -29,7 +29,7 @@ #include "water.h" #include "station_gui.h" #include "strings_func.h" -#include "functions.h" +#include "clear_func.h" #include "window_func.h" #include "date_func.h" #include "vehicle_func.h" -- cgit v1.2.3-54-g00ecf