(svn r16647) -Codechange: remove newgrf.h include from newgrf_engine.h to prevent unnecessary inclusion newgrf.h anyway

This commit is contained in:
yexo 2009-06-24 21:33:11 +00:00
parent 05c695a647
commit 44c15e4196
9 changed files with 8 additions and 1 deletions

View File

@ -29,6 +29,7 @@
#include "effectvehicle_func.h"
#include "settings_type.h"
#include "station_base.h"
#include "cargotype.h"
#include "table/strings.h"
#include "table/sprites.h"

View File

@ -24,6 +24,7 @@
#include "window_gui.h"
#include "engine_gui.h"
#include "settings_type.h"
#include "cargotype.h"
#include "table/sprites.h"
#include "table/strings.h"

View File

@ -9,6 +9,7 @@
#include "news_func.h"
#include "variables.h"
#include "aircraft.h"
#include "newgrf.h"
#include "newgrf_engine.h"
#include "group.h"
#include "strings_func.h"

View File

@ -7,6 +7,7 @@
#include "train.h"
#include "roadveh.h"
#include "company_func.h"
#include "newgrf.h"
#include "newgrf_engine.h"
#include "newgrf_spritegroup.h"
#include "date_func.h"

View File

@ -5,7 +5,6 @@
#ifndef NEWGRF_ENGINE_H
#define NEWGRF_ENGINE_H
#include "newgrf.h"
#include "direction_type.h"
#include "newgrf_cargo.h"

View File

@ -4,6 +4,7 @@
#include "stdafx.h"
#include "engine_base.h"
#include "newgrf.h"
#include "newgrf_engine.h"
#include "newgrf_sound.h"
#include "vehicle_base.h"

View File

@ -31,6 +31,7 @@
#include "effectvehicle_func.h"
#include "settings_type.h"
#include "roadstop_base.h"
#include "cargotype.h"
#include "table/strings.h"
#include "table/sprites.h"

View File

@ -30,6 +30,7 @@
#include "settings_type.h"
#include "ai/ai.hpp"
#include "pathfind.h"
#include "landscape_type.h"
#include "table/strings.h"
#include "table/sprites.h"

View File

@ -31,6 +31,7 @@
#include "vehiclelist.h"
#include "settings_type.h"
#include "articulated_vehicles.h"
#include "cargotype.h"
#include "table/sprites.h"
#include "table/strings.h"