Changeset - r2239:9464869e5e48
[Not reviewed]
master
2 2 0
tron - 19 years ago 2005-07-30 15:25:49
tron@openttd.org
(svn r2759) Remove unused #includes and files
4 files changed with 0 insertions and 37 deletions:
0 comments (0 inline, 0 general)
misc.c
Show inline comments
 
@@ -2,18 +2,16 @@
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "functions.h"
 
#include "player.h"
 
#include "string.h"
 
#include "strings.h" // XXX GetParam*
 
#include "table/strings.h"
 
#include "table/sprites.h"
 
#include "map.h"
 
#include "vehicle.h"
 
#include "assert.h"
 
#include "saveload.h"
 
#include "network.h"
 
#include "network_data.h"
 
#include "network_server.h"
 
#include "engine.h"
 
#include "vehicle_gui.h"
signs.c
Show inline comments
 
@@ -5,13 +5,12 @@
 
#include "table/strings.h"
 
#include "functions.h"
 
#include "player.h"
 
#include "signs.h"
 
#include "saveload.h"
 
#include "command.h"
 
#include "strings.h"
 
#include "variables.h"
 

	
 
enum {
 
	/* Max signs: 64000 (4 * 16000) */
 
	SIGN_POOL_BLOCK_SIZE_BITS = 2,       /* In bits, so (1 << 2) == 4 */
 
	SIGN_POOL_MAX_BLOCKS      = 16000,
strgen/stdafx.c
Show inline comments
 
deleted file
strgen/stdafx.h
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)