(svn r11786) -Codechange: shuffle more includes
authorpeter1138
Wed, 09 Jan 2008 08:12:10 +0000
changeset 8223 2f64b8462e66
parent 8222 ce0457729295
child 8224 c5a64d87cc54
(svn r11786) -Codechange: shuffle more includes
src/road_gui.cpp
src/window_gui.h
--- a/src/road_gui.cpp	Wed Jan 09 00:59:02 2008 +0000
+++ b/src/road_gui.cpp	Wed Jan 09 08:12:10 2008 +0000
@@ -13,6 +13,7 @@
 #include "viewport.h"
 #include "command_func.h"
 #include "variables.h"
+#include "road_type.h"
 #include "road_cmd.h"
 #include "road_map.h"
 #include "station_map.h"
--- a/src/window_gui.h	Wed Jan 09 00:59:02 2008 +0000
+++ b/src/window_gui.h	Wed Jan 09 08:12:10 2008 +0000
@@ -6,8 +6,6 @@
 #define WINDOW_GUI_H
 
 #include "core/bitmath_func.hpp"
-#include "rail_type.h"
-#include "road_type.h"
 #include "vehicle_type.h"
 #include "viewport.h"