diff options
-rw-r--r-- | console.c | 1 | ||||
-rw-r--r-- | intro_gui.c | 3 | ||||
-rw-r--r-- | music_gui.c | 1 | ||||
-rw-r--r-- | news_gui.c | 1 | ||||
-rw-r--r-- | npf.h | 1 | ||||
-rw-r--r-- | screenshot.c | 1 | ||||
-rw-r--r-- | ship_cmd.c | 1 | ||||
-rw-r--r-- | subsidy_gui.c | 1 | ||||
-rw-r--r-- | town_cmd.c | 1 | ||||
-rw-r--r-- | vehicle.c | 1 | ||||
-rw-r--r-- | video/dedicated_v.c | 1 |
11 files changed, 0 insertions, 13 deletions
@@ -10,7 +10,6 @@ #include "player.h" #include "variables.h" #include "string.h" -#include "hal.h" #include <stdarg.h> #include <string.h> #include "console.h" diff --git a/intro_gui.c b/intro_gui.c index e67c80b8b..bd0bbdef6 100644 --- a/intro_gui.c +++ b/intro_gui.c @@ -6,11 +6,8 @@ #include "functions.h" #include "window.h" #include "gui.h" -#include "viewport.h" #include "gfx.h" #include "player.h" -#include "command.h" -#include "console.h" #include "network.h" #include "variables.h" diff --git a/music_gui.c b/music_gui.c index 7884dd314..4da6c64d5 100644 --- a/music_gui.c +++ b/music_gui.c @@ -5,7 +5,6 @@ #include "table/strings.h" #include "functions.h" #include "window.h" -#include "gui.h" #include "gfx.h" #include "sound.h" #include "hal.h" diff --git a/news_gui.c b/news_gui.c index 39779c1ea..5d484436c 100644 --- a/news_gui.c +++ b/news_gui.c @@ -7,7 +7,6 @@ #include "table/sprites.h" #include "table/strings.h" #include "window.h" -#include "gui.h" #include "viewport.h" #include "gfx.h" #include "news.h" @@ -8,7 +8,6 @@ #include "vehicle.h" #include "pbs.h" #include "tile.h" -#include "rail.h" #include "variables.h" //mowing grass diff --git a/screenshot.c b/screenshot.c index 18840e8c2..ad32f20c1 100644 --- a/screenshot.c +++ b/screenshot.c @@ -9,7 +9,6 @@ #include "gfx.h" #include "viewport.h" #include "player.h" -#include "gui.h" #include "screenshot.h" #include "variables.h" diff --git a/ship_cmd.c b/ship_cmd.c index be6b2aee8..880ef60da 100644 --- a/ship_cmd.c +++ b/ship_cmd.c @@ -12,7 +12,6 @@ #include "station.h" #include "news.h" #include "engine.h" -#include "gui.h" #include "player.h" #include "sound.h" #include "npf.h" diff --git a/subsidy_gui.c b/subsidy_gui.c index 647cefc3e..85cc060f7 100644 --- a/subsidy_gui.c +++ b/subsidy_gui.c @@ -5,7 +5,6 @@ #include "table/strings.h" #include "functions.h" #include "window.h" -#include "gui.h" #include "station.h" #include "industry.h" #include "town.h" diff --git a/town_cmd.c b/town_cmd.c index d8d4b0b8f..453ad1340 100644 --- a/town_cmd.c +++ b/town_cmd.c @@ -20,7 +20,6 @@ #include "saveload.h" #include "economy.h" #include "gui.h" -#include "network.h" #include "variables.h" enum { @@ -21,7 +21,6 @@ #include "vehicle_gui.h" #include "depot.h" #include "station.h" -#include "gui.h" #include "rail.h" #include "train.h" diff --git a/video/dedicated_v.c b/video/dedicated_v.c index 3e016959d..3c367efe9 100644 --- a/video/dedicated_v.c +++ b/video/dedicated_v.c @@ -10,7 +10,6 @@ #include "../gfx.h" #include "../network.h" #include "../window.h" -#include "../command.h" #include "../console.h" #include "../variables.h" #include "dedicated_v.h" |