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/main_gui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main_gui.cpp') diff --git a/src/main_gui.cpp b/src/main_gui.cpp index 64f7cebad..ed05584cf 100644 --- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -10,7 +10,6 @@ /** @file main_gui.cpp Handling of the main viewport. */ #include "stdafx.h" -#include "openttd.h" #include "currency.h" #include "spritecache.h" #include "window_gui.h" -- cgit v1.2.3-54-g00ecf