mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-23 06:29:11 +00:00
(svn r2505) Remove some unnecessary #includes
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user