1
0
Fork 0

(svn r2505) Remove some unnecessary #includes

release/0.4.5
tron 2005-07-01 15:46:27 +00:00
parent b64c9b8b1f
commit 229fbefc03
4 changed files with 0 additions and 4 deletions

View File

@ -6,7 +6,6 @@
#include "vehicle.h"
#include "command.h"
#include "news.h"
#include "gfx.h"
#include "station.h"
#include "town.h"
#include "industry.h"

View File

@ -5,7 +5,6 @@
#include "table/sprites.h"
#include "tile.h"
#include <stdarg.h>
#include "gfx.h"
#include "viewport.h"
#include "command.h"
#include "vehicle.h"

1
misc.c
View File

@ -6,7 +6,6 @@
#include "table/sprites.h"
#include "map.h"
#include "vehicle.h"
#include "gfx.h"
#include "assert.h"
#include "saveload.h"
#include "network.h"

View File

@ -3,7 +3,6 @@
#include "debug.h"
#include "table/sprites.h"
#include "table/strings.h"
#include "gfx.h"
#include "map.h"
#include "tile.h"
#include "vehicle.h"