(svn r15299) -Cleanup: remove many redundant includes

This commit is contained in:
smatz
2009-01-31 20:16:06 +00:00
parent 416c7d5dda
commit 0d3f5e6e74
225 changed files with 94 additions and 1190 deletions

View File

@@ -9,15 +9,10 @@
#include "../openttd.h"
#include "../gfx_func.h"
#include "network_internal.h"
#include "core/tcp.h"
#include "network_client.h"
#include "network_gamelist.h"
#include "network_gui.h"
#include "../saveload/saveload.h"
#include "../command_func.h"
#include "../console_func.h"
#include "../variables.h"
#include "../core/alloc_func.hpp"
#include "../fileio_func.h"
#include "../md5.h"
#include "../strings_func.h"
@@ -26,7 +21,6 @@
#include "../company_func.h"
#include "../company_base.h"
#include "../company_gui.h"
#include "../company_type.h"
#include "../settings_type.h"
#include "../rev.h"