(svn r18379) -Codechange: move the cache updating function to its own header to reduce the include 'pathfinder' dependencies
This commit is contained in:
@@ -25,7 +25,17 @@
|
||||
#include "../clear_map.h"
|
||||
#include "../vehicle_func.h"
|
||||
#include "../newgrf_station.h"
|
||||
#include "../pathfinder/yapf/yapf.hpp"
|
||||
#include "../openttd.h"
|
||||
#include "../debug.h"
|
||||
#include "../string_func.h"
|
||||
#include "../date_func.h"
|
||||
#include "../roadveh.h"
|
||||
#include "../train.h"
|
||||
#include "../station_base.h"
|
||||
#include "../waypoint_base.h"
|
||||
#include "../tunnelbridge_map.h"
|
||||
#include "../landscape.h"
|
||||
#include "../pathfinder/yapf/yapf_cache.h"
|
||||
#include "../elrail_func.h"
|
||||
#include "../signs_func.h"
|
||||
#include "../aircraft.h"
|
||||
|
Reference in New Issue
Block a user