(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.

This commit is contained in:
rubidium
2008-09-30 20:51:04 +00:00
parent f56e630e5c
commit e589c7e580
111 changed files with 234 additions and 234 deletions

View File

@@ -19,8 +19,8 @@
#include "gfx_func.h"
#include "station_func.h"
#include "command_func.h"
#include "player_func.h"
#include "player_base.h"
#include "company_func.h"
#include "company_base.h"
#include "town.h"
#include "network/network.h"
#include "variables.h"
@@ -28,7 +28,7 @@
#include "train.h"
#include "tgp.h"
#include "cargotype.h"
#include "player_face.h"
#include "company_manager_face.h"
#include "strings_func.h"
#include "fileio_func.h"
#include "fios.h"
@@ -39,13 +39,13 @@
#include "date_func.h"
#include "sound_func.h"
#include "string_func.h"
#include "player_gui.h"
#include "company_gui.h"
#include "settings_type.h"
#include "newgrf_cargo.h"
#include "rail_gui.h"
#include "tilehighlight_func.h"
#include "querystring_gui.h"
#include "player_base.h"
#include "company_base.h"
#include "table/sprites.h"
#include "table/strings.h"