(svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed...
authorrubidium
Wed, 09 Jan 2008 09:57:48 +0000
changeset 8225 cd84a95b6630
parent 8224 c5a64d87cc54
child 8226 9c72921cf666
(svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed...
src/console_cmds.cpp
src/dummy_land.cpp
src/engine.cpp
src/genworld.cpp
src/industry_cmd.cpp
src/landscape.cpp
src/newgrf_house.cpp
src/newgrf_industrytiles.cpp
src/screenshot.cpp
src/signs.cpp
src/station.cpp
src/station_cmd.cpp
src/texteff.cpp
src/tree_cmd.cpp
src/viewport_func.h
src/viewport_type.h
src/waypoint.cpp
--- a/src/console_cmds.cpp	Wed Jan 09 09:45:45 2008 +0000
+++ b/src/console_cmds.cpp	Wed Jan 09 09:57:48 2008 +0000
@@ -23,7 +23,7 @@
 #include "genworld.h"
 #include "network/network.h"
 #include "strings_func.h"
-#include "viewport.h"
+#include "viewport_func.h"
 #include "window_func.h"
 #include "functions.h"
 #include "map_func.h"
--- a/src/dummy_land.cpp	Wed Jan 09 09:45:45 2008 +0000
+++ b/src/dummy_land.cpp	Wed Jan 09 09:57:48 2008 +0000
@@ -8,7 +8,7 @@
 #include "tile_cmd.h"
 #include "command_func.h"
 #include "table/sprites.h"
-#include "viewport.h"
+#include "viewport_func.h"
 
 static void DrawTile_Dummy(TileInfo *ti)
 {
--- a/src/engine.cpp	Wed Jan 09 09:45:45 2008 +0000
+++ b/src/engine.cpp	Wed Jan 09 09:57:48 2008 +0000
@@ -19,7 +19,7 @@
 #include "group.h"
 #include "misc/autoptr.hpp"
 #include "strings_func.h"
-#include "viewport.h"
+#include "gfx_func.h"
 #include "functions.h"
 #include "window_func.h"
 #include "date_func.h"
--- a/src/genworld.cpp	Wed Jan 09 09:45:45 2008 +0000
+++ b/src/genworld.cpp	Wed Jan 09 09:57:48 2008 +0000
@@ -17,7 +17,8 @@
 #include "debug.h"
 #include "settings_func.h"
 #include "heightmap.h"
-#include "viewport.h"
+#include "viewport_func.h"
+#include "gfx_func.h"
 #include "map_func.h"
 #include "date_func.h"
 #include "core/random_func.hpp"
--- a/src/industry_cmd.cpp	Wed Jan 09 09:45:45 2008 +0000
+++ b/src/industry_cmd.cpp	Wed Jan 09 09:57:48 2008 +0000
@@ -11,7 +11,7 @@
 #include "table/sprites.h"
 #include "train.h"
 #include "landscape.h"
-#include "viewport.h"
+#include "viewport_func.h"
 #include "command_func.h"
 #include "industry.h"
 #include "town.h"
--- a/src/landscape.cpp	Wed Jan 09 09:45:45 2008 +0000
+++ b/src/landscape.cpp	Wed Jan 09 09:57:48 2008 +0000
@@ -9,7 +9,7 @@
 #include "spritecache.h"
 #include "table/sprites.h"
 #include <stdarg.h>
-#include "viewport.h"
+#include "viewport_func.h"
 #include "command_func.h"
 #include "landscape.h"
 #include "variables.h"
--- a/src/newgrf_house.cpp	Wed Jan 09 09:45:45 2008 +0000
+++ b/src/newgrf_house.cpp	Wed Jan 09 09:57:48 2008 +0000
@@ -6,7 +6,7 @@
 #include "openttd.h"
 #include "variables.h"
 #include "debug.h"
-#include "viewport.h"
+#include "viewport_func.h"
 #include "landscape.h"
 #include "town.h"
 #include "town_map.h"
--- a/src/newgrf_industrytiles.cpp	Wed Jan 09 09:45:45 2008 +0000
+++ b/src/newgrf_industrytiles.cpp	Wed Jan 09 09:57:48 2008 +0000
@@ -6,7 +6,7 @@
 #include "openttd.h"
 #include "variables.h"
 #include "debug.h"
-#include "viewport.h"
+#include "viewport_func.h"
 #include "landscape.h"
 #include "newgrf.h"
 #include "industry.h"
--- a/src/screenshot.cpp	Wed Jan 09 09:45:45 2008 +0000
+++ b/src/screenshot.cpp	Wed Jan 09 09:57:48 2008 +0000
@@ -5,7 +5,8 @@
 #include "debug.h"
 #include "table/strings.h"
 #include "fileio.h"
-#include "viewport.h"
+#include "viewport_func.h"
+#include "gfx_func.h"
 #include "player.h"
 #include "screenshot.h"
 #include "variables.h"
--- a/src/signs.cpp	Wed Jan 09 09:45:45 2008 +0000
+++ b/src/signs.cpp	Wed Jan 09 09:57:48 2008 +0000
@@ -13,7 +13,7 @@
 #include "variables.h"
 #include "misc/autoptr.hpp"
 #include "strings_func.h"
-#include "viewport.h"
+#include "viewport_func.h"
 #include "zoom_func.h"
 #include "functions.h"
 #include "window_func.h"
--- a/src/station.cpp	Wed Jan 09 09:45:45 2008 +0000
+++ b/src/station.cpp	Wed Jan 09 09:57:48 2008 +0000
@@ -10,7 +10,6 @@
 #include "table/sprites.h"
 #include "table/strings.h"
 #include "station.h"
-#include "viewport.h"
 #include "town.h"
 #include "news.h"
 #include "saveload.h"
--- a/src/station_cmd.cpp	Wed Jan 09 09:45:45 2008 +0000
+++ b/src/station_cmd.cpp	Wed Jan 09 09:57:48 2008 +0000
@@ -14,7 +14,7 @@
 #include "table/sprites.h"
 #include "table/strings.h"
 #include "station.h"
-#include "viewport.h"
+#include "viewport_func.h"
 #include "command_func.h"
 #include "town.h"
 #include "news.h"
--- a/src/texteff.cpp	Wed Jan 09 09:45:45 2008 +0000
+++ b/src/texteff.cpp	Wed Jan 09 09:57:48 2008 +0000
@@ -6,7 +6,7 @@
 #include "openttd.h"
 #include "tile_cmd.h"
 #include "landscape.h"
-#include "viewport.h"
+#include "gfx_func.h"
 #include "saveload.h"
 #include "console.h"
 #include "variables.h"
@@ -20,6 +20,7 @@
 #include "core/alloc_func.hpp"
 #include "date_func.h"
 #include "functions.h"
+#include "viewport_func.h"
 
 enum {
 	MAX_TEXTMESSAGE_LENGTH = 200,
--- a/src/tree_cmd.cpp	Wed Jan 09 09:45:45 2008 +0000
+++ b/src/tree_cmd.cpp	Wed Jan 09 09:57:48 2008 +0000
@@ -12,7 +12,7 @@
 #include "tile_cmd.h"
 #include "landscape.h"
 #include "tree_map.h"
-#include "viewport.h"
+#include "viewport_func.h"
 #include "command_func.h"
 #include "economy_func.h"
 #include "town.h"
--- a/src/viewport_func.h	Wed Jan 09 09:45:45 2008 +0000
+++ b/src/viewport_func.h	Wed Jan 09 09:57:48 2008 +0000
@@ -5,6 +5,7 @@
 #ifndef VIEWPORT_FUNC_H
 #define VIEWPORT_FUNC_H
 
+#include "gfx_type.h"
 #include "viewport_type.h"
 #include "vehicle_type.h"
 
--- a/src/viewport_type.h	Wed Jan 09 09:45:45 2008 +0000
+++ b/src/viewport_type.h	Wed Jan 09 09:57:48 2008 +0000
@@ -5,6 +5,7 @@
 #ifndef VIEWPORT_TYPE_H
 #define VIEWPORT_TYPE_H
 
+#include "core/geometry_type.hpp"
 #include "zoom_type.h"
 #include "window_type.h"
 #include "tile_type.h"
--- a/src/waypoint.cpp	Wed Jan 09 09:45:45 2008 +0000
+++ b/src/waypoint.cpp	Wed Jan 09 09:57:48 2008 +0000
@@ -21,7 +21,7 @@
 #include "newgrf.h"
 #include "misc/autoptr.hpp"
 #include "strings_func.h"
-#include "viewport.h"
+#include "gfx_func.h"
 #include "functions.h"
 #include "window_func.h"
 #include "economy_func.h"