From 6d6be50ae0b0a0b233f918c3d7b9c0b623676439 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 3 Jan 2012 21:32:51 +0000 Subject: (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files --- src/depot_gui.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/depot_gui.cpp') diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp index d400f115d..4b040882e 100644 --- a/src/depot_gui.cpp +++ b/src/depot_gui.cpp @@ -18,10 +18,8 @@ #include "viewport_func.h" #include "command_func.h" #include "depot_base.h" -#include "vehicle_gui.h" #include "spritecache.h" #include "strings_func.h" -#include "window_func.h" #include "vehicle_func.h" #include "company_func.h" #include "tilehighlight_func.h" -- cgit v1.2.3-54-g00ecf