Removed useless include.
This commit is contained in:
		
							parent
							
								
									76d5d054cb
								
							
						
					
					
						commit
						945f6da85e
					
				| @ -5,9 +5,6 @@ | |||||||
| #include "engine/plugins/plugin_base.hpp" | #include "engine/plugins/plugin_base.hpp" | ||||||
| #include "engine/routing_algorithms.hpp" | #include "engine/routing_algorithms.hpp" | ||||||
| 
 | 
 | ||||||
| #include "engine/map_matching/bayes_classifier.hpp" |  | ||||||
| #include "engine/routing_algorithms/map_matching.hpp" |  | ||||||
| #include "engine/routing_algorithms/shortest_path.hpp" |  | ||||||
| #include "util/json_util.hpp" | #include "util/json_util.hpp" | ||||||
| 
 | 
 | ||||||
| #include <vector> | #include <vector> | ||||||
|  | |||||||
| @ -5,8 +5,7 @@ | |||||||
| 
 | 
 | ||||||
| #include "engine/api/table_parameters.hpp" | #include "engine/api/table_parameters.hpp" | ||||||
| #include "engine/routing_algorithms.hpp" | #include "engine/routing_algorithms.hpp" | ||||||
| #include "engine/routing_algorithms/many_to_many.hpp" | 
 | ||||||
| #include "engine/search_engine_data.hpp" |  | ||||||
| #include "util/json_container.hpp" | #include "util/json_container.hpp" | ||||||
| 
 | 
 | ||||||
| namespace osrm | namespace osrm | ||||||
|  | |||||||
| @ -3,10 +3,9 @@ | |||||||
| 
 | 
 | ||||||
| #include "engine/plugins/plugin_base.hpp" | #include "engine/plugins/plugin_base.hpp" | ||||||
| 
 | 
 | ||||||
| #include "engine/api/route_api.hpp" | #include "engine/api/route_parameters.hpp" | ||||||
| #include "engine/datafacade/datafacade_base.hpp" |  | ||||||
| #include "engine/routing_algorithms.hpp" | #include "engine/routing_algorithms.hpp" | ||||||
| #include "engine/search_engine_data.hpp" | 
 | ||||||
| #include "util/json_container.hpp" | #include "util/json_container.hpp" | ||||||
| 
 | 
 | ||||||
| #include <cstdlib> | #include <cstdlib> | ||||||
|  | |||||||
| @ -3,7 +3,6 @@ | |||||||
| 
 | 
 | ||||||
| #include "engine/algorithm.hpp" | #include "engine/algorithm.hpp" | ||||||
| #include "engine/datafacade.hpp" | #include "engine/datafacade.hpp" | ||||||
| #include "engine/datafacade/datafacade_base.hpp" |  | ||||||
| 
 | 
 | ||||||
| #include "util/coordinate.hpp" | #include "util/coordinate.hpp" | ||||||
| #include "util/typedefs.hpp" | #include "util/typedefs.hpp" | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user