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
commitb629745c1669ff19bfb915d1f224779060f8b049 (patch)
tree58aff593b2a5a090accea868b9fe65c320ddc0c0 /misc.c
parent9b676d2cd992726223c39fd46db97994685df13f (diff)
downloadopenttd-b629745c1669ff19bfb915d1f224779060f8b049.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"