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

This commit is contained in:
yexo 2009-06-24 22:38:47 +00:00
parent 44c15e4196
commit 8bc9adde19
4 changed files with 4 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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