Changeset - r12222:eb1f720072c3
[Not reviewed]
master
0 9 0
yexo - 15 years ago 2009-06-24 21:33:11
yexo@openttd.org
(svn r16647) -Codechange: remove newgrf.h include from newgrf_engine.h to prevent unnecessary inclusion newgrf.h anyway
9 files changed with 8 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/aircraft_cmd.cpp
Show inline comments
 
@@ -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"
src/build_vehicle_gui.cpp
Show inline comments
 
@@ -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"
src/engine.cpp
Show inline comments
 
@@ -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"
src/newgrf_engine.cpp
Show inline comments
 
@@ -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"
src/newgrf_engine.h
Show inline comments
 
@@ -5,7 +5,6 @@
 
#ifndef NEWGRF_ENGINE_H
 
#define NEWGRF_ENGINE_H
 

	
 
#include "newgrf.h"
 
#include "direction_type.h"
 
#include "newgrf_cargo.h"
 

	
src/newgrf_sound.cpp
Show inline comments
 
@@ -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"
src/roadveh_cmd.cpp
Show inline comments
 
@@ -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"
src/ship_cmd.cpp
Show inline comments
 
@@ -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"
src/vehicle_gui.cpp
Show inline comments
 
@@ -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"
0 comments (0 inline, 0 general)