From 8896bea3064b6106b175585bd3098238c21a78a1 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 19 Dec 2007 19:44:29 +0000 Subject: (svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps. --- 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 38a1af494..3b64116fe 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -4,6 +4,7 @@ #include "stdafx.h" #include "openttd.h" +#include "string.h" #include "aircraft.h" #include "bridge_map.h" #include "cmd_helper.h" @@ -17,7 +18,6 @@ #include "tile.h" #include "station.h" #include "gfx.h" -#include "window.h" #include "viewport.h" #include "command.h" #include "town.h" -- cgit v1.2.3-54-g00ecf