File diff r12766:a6dfd5e21d2f → r12767:3d23682b3fda
src/network/network_client.cpp
Show inline comments
 
@@ -5,25 +5,25 @@
 
#ifdef ENABLE_NETWORK
 

	
 
#include "../stdafx.h"
 
#include "../debug.h"
 
#include "../openttd.h"
 
#include "../gfx_func.h"
 
#include "network_internal.h"
 
#include "network_gui.h"
 
#include "../saveload/saveload.h"
 
#include "../command_func.h"
 
#include "../console_func.h"
 
#include "../fileio_func.h"
 
#include "../md5.h"
 
#include "../3rdparty/md5/md5.h"
 
#include "../strings_func.h"
 
#include "../window_func.h"
 
#include "../string_func.h"
 
#include "../company_func.h"
 
#include "../company_base.h"
 
#include "../company_gui.h"
 
#include "../settings_type.h"
 
#include "../rev.h"
 

	
 
#include "table/strings.h"
 

	
 
/* This file handles all the client-commands */