mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r2505) Remove some unnecessary #includes
This commit is contained in:
parent
62b5e913c6
commit
6923badbba
@ -6,7 +6,6 @@
|
|||||||
#include "vehicle.h"
|
#include "vehicle.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "news.h"
|
#include "news.h"
|
||||||
#include "gfx.h"
|
|
||||||
#include "station.h"
|
#include "station.h"
|
||||||
#include "town.h"
|
#include "town.h"
|
||||||
#include "industry.h"
|
#include "industry.h"
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#include "table/sprites.h"
|
#include "table/sprites.h"
|
||||||
#include "tile.h"
|
#include "tile.h"
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "gfx.h"
|
|
||||||
#include "viewport.h"
|
#include "viewport.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "vehicle.h"
|
#include "vehicle.h"
|
||||||
|
1
misc.c
1
misc.c
@ -6,7 +6,6 @@
|
|||||||
#include "table/sprites.h"
|
#include "table/sprites.h"
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "vehicle.h"
|
#include "vehicle.h"
|
||||||
#include "gfx.h"
|
|
||||||
#include "assert.h"
|
#include "assert.h"
|
||||||
#include "saveload.h"
|
#include "saveload.h"
|
||||||
#include "network.h"
|
#include "network.h"
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "table/sprites.h"
|
#include "table/sprites.h"
|
||||||
#include "table/strings.h"
|
#include "table/strings.h"
|
||||||
#include "gfx.h"
|
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "tile.h"
|
#include "tile.h"
|
||||||
#include "vehicle.h"
|
#include "vehicle.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user