(svn r5356) Move the inclusion of slope.h to reduce diff to trunk 0.4
authortron
Sun, 25 Jun 2006 09:07:49 +0000
branch0.4
changeset 10046 6301f3512550
parent 10045 ed89f9eb128d
child 10047 964cf70ee7e1
(svn r5356) Move the inclusion of slope.h to reduce diff to trunk
tile.h
town_cmd.c
tunnelbridge_cmd.c
--- a/tile.h	Sat Jun 24 09:48:51 2006 +0000
+++ b/tile.h	Sun Jun 25 09:07:49 2006 +0000
@@ -5,6 +5,7 @@
 
 #include "macros.h"
 #include "map.h"
+#include "slope.h"
 
 typedef enum TileTypes {
 	MP_CLEAR,
--- a/town_cmd.c	Sat Jun 24 09:48:51 2006 +0000
+++ b/town_cmd.c	Sun Jun 25 09:07:49 2006 +0000
@@ -3,7 +3,6 @@
 #include "stdafx.h"
 #include "openttd.h"
 #include "functions.h"
-#include "slope.h"
 #include "strings.h"
 #include "table/strings.h"
 #include "table/sprites.h"
--- a/tunnelbridge_cmd.c	Sat Jun 24 09:48:51 2006 +0000
+++ b/tunnelbridge_cmd.c	Sun Jun 25 09:07:49 2006 +0000
@@ -9,7 +9,6 @@
 #include "openttd.h"
 #include "bridge_map.h"
 #include "road_map.h"
-#include "slope.h"
 #include "table/sprites.h"
 #include "table/strings.h"
 #include "functions.h"