(svn r16648) -Codechange: move some more includes around

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
yexo 15 years ago
parent 44c15e4196
commit 8bc9adde19

@ -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"

@ -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"

@ -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;

@ -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"

Loading…
Cancel
Save