summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-30 15:25:49 +0000
committertron <tron@openttd.org>2005-07-30 15:25:49 +0000
commit17b5b581365aeef5eb662c59b6456570b6e214c8 (patch)
tree58aff593b2a5a090accea868b9fe65c320ddc0c0 /misc.c
parent2f1d530bb56923339253c662f7c271bbd0b4611c (diff)
downloadopenttd-17b5b581365aeef5eb662c59b6456570b6e214c8.tar.xz
(svn r2759) Remove unused #includes and files
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc.c b/misc.c
index bc69fa5d7..6e275f451 100644
--- a/misc.c
+++ b/misc.c
@@ -5,12 +5,10 @@
#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"