src/ai/default/default.cpp
changeset 8144 65cec0877b78
parent 8140 0d0d8c94f84b
child 8229 00e7467ceeee
equal deleted inserted replaced
8143:4627396b4811 8144:65cec0877b78
    10 #include "../../road_map.h"
    10 #include "../../road_map.h"
    11 #include "../../roadveh.h"
    11 #include "../../roadveh.h"
    12 #include "../../station_map.h"
    12 #include "../../station_map.h"
    13 #include "../../player.h"
    13 #include "../../player.h"
    14 #include "../../tunnel_map.h"
    14 #include "../../tunnel_map.h"
    15 #include "../../vehicle.h"
       
    16 #include "../../engine.h"
    15 #include "../../engine.h"
    17 #include "../../command_func.h"
    16 #include "../../command_func.h"
    18 #include "../../town.h"
    17 #include "../../town.h"
    19 #include "../../industry.h"
    18 #include "../../industry.h"
    20 #include "../../station.h"
    19 #include "../../station.h"
    24 #include "../../variables.h"
    23 #include "../../variables.h"
    25 #include "../../bridge.h"
    24 #include "../../bridge.h"
    26 #include "../../date_func.h"
    25 #include "../../date_func.h"
    27 #include "../../tunnelbridge_map.h"
    26 #include "../../tunnelbridge_map.h"
    28 #include "../../window_func.h"
    27 #include "../../window_func.h"
       
    28 #include "../../vehicle_func.h"
    29 #include "../../functions.h"
    29 #include "../../functions.h"
    30 #include "default.h"
    30 #include "default.h"
    31 
    31 
    32 
    32 
    33 // remove some day perhaps?
    33 // remove some day perhaps?