15 #include "../cargo_type.h"
16 #include "../vehicle_base.h"
49 cargo(cargo), capacity(capacity), remaining(remaining) {}
70 Hop() {NOT_REACHED();}
82 typedef std::list<RefitDesc> RefitList;
83 typedef std::map<CargoID, uint> CapacitiesMap;
84 typedef std::set<Hop> HopSet;