Changeset - r8223:d62f921628b9
[Not reviewed]
master
0 2 0
peter1138 - 17 years ago 2008-01-09 08:12:10
peter1138@openttd.org
(svn r11786) -Codechange: shuffle more includes
2 files changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/road_gui.cpp
Show inline comments
 
@@ -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"
src/window_gui.h
Show inline comments
 
@@ -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"
 

	
0 comments (0 inline, 0 general)