diff options
author | tron <tron@openttd.org> | 2005-07-01 15:46:27 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-01 15:46:27 +0000 |
commit | 229fbefc03fe4c297820ccc40237e93169c0247a (patch) | |
tree | e78edc687cc8eaa078f5a7ac35cceb9cbe18c36d | |
parent | b64c9b8b1f7de8609c25c367d3ad90a86b0b5c95 (diff) | |
download | openttd-229fbefc03fe4c297820ccc40237e93169c0247a.tar.xz |
(svn r2505) Remove some unnecessary #includes
-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" |