Changeset - r1999:56e99719ed27
[Not reviewed]
master
0 4 0
tron - 19 years ago 2005-07-01 15:46:27
tron@openttd.org
(svn r2505) Remove some unnecessary #includes
4 files changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
disaster_cmd.c
Show inline comments
 
@@ -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"
landscape.c
Show inline comments
 
@@ -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"
misc.c
Show inline comments
 
@@ -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"
rail_cmd.c
Show inline comments
 
@@ -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"
0 comments (0 inline, 0 general)