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/news_gui.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/news_gui.cpp') diff --git a/src/news_gui.cpp b/src/news_gui.cpp index 3814626f5..753271b46 100644 --- a/src/news_gui.cpp +++ b/src/news_gui.cpp @@ -10,12 +10,9 @@ /** @file news_gui.cpp GUI functions related to news messages. */ #include "stdafx.h" -#include "openttd.h" #include "gui.h" -#include "window_gui.h" #include "viewport_func.h" #include "news_type.h" -#include "gfx_func.h" #include "strings_func.h" #include "window_func.h" #include "date_func.h" @@ -31,6 +28,7 @@ #include "company_manager_face.h" #include "company_func.h" #include "engine_gui.h" +#include "core/geometry_func.hpp" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf