From 82fc28f77f4ba1d613c1930781f77b45e4af5121 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 15 Jan 2010 16:41:15 +0000 Subject: (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header --- src/toolbar_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/toolbar_gui.cpp') diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp index f5c61cdcf..fa708d507 100644 --- a/src/toolbar_gui.cpp +++ b/src/toolbar_gui.cpp @@ -10,7 +10,6 @@ /** @file toolbar_gui.cpp Code related to the (main) toolbar. */ #include "stdafx.h" -#include "openttd.h" #include "gui.h" #include "window_gui.h" #include "window_func.h" @@ -41,6 +40,7 @@ #include "tilehighlight_func.h" #include "rail.h" #include "widgets/dropdown_type.h" +#include "company_base.h" #include "network/network.h" #include "network/network_gui.h" -- cgit v1.2.3-54-g00ecf