diff options
-rw-r--r-- | disaster_cmd.c | 1 | ||||
-rw-r--r-- | landscape.c | 1 | ||||
-rw-r--r-- | misc.c | 1 | ||||
-rw-r--r-- | rail_cmd.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/disaster_cmd.c b/disaster_cmd.c index a8bb816a0..85b8b56dc 100644 --- a/disaster_cmd.c +++ b/disaster_cmd.c @@ -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" diff --git a/landscape.c b/landscape.c index 02936bc55..53366ba3d 100644 --- a/landscape.c +++ b/landscape.c @@ -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" @@ -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" diff --git a/rail_cmd.c b/rail_cmd.c index b1ec7ea51..c5e432a0a 100644 --- a/rail_cmd.c +++ b/rail_cmd.c @@ -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" |