File diff r18880:d1db1f3ee26b → r18881:ca79a2e629a6
src/command.cpp
Show inline comments
 
@@ -8,27 +8,25 @@
 
 */
 

	
 
/** @file command.cpp Handling of commands. */
 

	
 
#include "stdafx.h"
 
#include "landscape.h"
 
#include "error.h"
 
#include "gui.h"
 
#include "command_func.h"
 
#include "network/network_type.h"
 
#include "network/network.h"
 
#include "genworld.h"
 
#include "newgrf_storage.h"
 
#include "strings_func.h"
 
#include "gfx_func.h"
 
#include "texteff.hpp"
 
#include "town.h"
 
#include "date_func.h"
 
#include "company_func.h"
 
#include "company_base.h"
 
#include "signal_func.h"
 
#include "core/backup_type.hpp"
 
#include "object_base.h"
 

	
 
#include "table/strings.h"
 

	
 
CommandProc CmdBuildRailroadTrack;