mirror of https://github.com/OpenTTD/OpenTTD
(svn r2505) Remove some unnecessary #includes
parent
b64c9b8b1f
commit
229fbefc03
|
@ -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"
|
||||
|
|
|
@ -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
1
misc.c
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue