Changeset - r12223:61e25b018cba
[Not reviewed]
master
0 4 0
yexo - 15 years ago 2009-06-24 22:38:47
yexo@openttd.org
(svn r16648) -Codechange: move some more includes around
4 files changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/aircraft_cmd.cpp
Show inline comments
 
@@ -30,6 +30,7 @@
 
#include "settings_type.h"
 
#include "station_base.h"
 
#include "cargotype.h"
 
#include "newgrf_cargo.h"
 

	
 
#include "table/strings.h"
 
#include "table/sprites.h"
src/build_vehicle_gui.cpp
Show inline comments
 
@@ -25,6 +25,7 @@
 
#include "engine_gui.h"
 
#include "settings_type.h"
 
#include "cargotype.h"
 
#include "newgrf_cargo.h"
 

	
 
#include "table/sprites.h"
 
#include "table/strings.h"
src/newgrf_engine.h
Show inline comments
 
@@ -6,7 +6,7 @@
 
#define NEWGRF_ENGINE_H
 

	
 
#include "direction_type.h"
 
#include "newgrf_cargo.h"
 
#include "newgrf_callbacks.h"
 

	
 
extern int _traininfo_vehicle_pitch;
 
extern int _traininfo_vehicle_width;
src/roadveh_cmd.cpp
Show inline comments
 
@@ -32,6 +32,7 @@
 
#include "settings_type.h"
 
#include "roadstop_base.h"
 
#include "cargotype.h"
 
#include "newgrf_cargo.h"
 

	
 
#include "table/strings.h"
 
#include "table/sprites.h"
0 comments (0 inline, 0 general)