untangle includes
This commit is contained in:
		
							parent
							
								
									49c817a60e
								
							
						
					
					
						commit
						8cb6959e3f
					
				| @ -32,7 +32,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||||||
| #define JSON_CONTAINER_H | #define JSON_CONTAINER_H | ||||||
| 
 | 
 | ||||||
| #include <variant/variant.hpp> | #include <variant/variant.hpp> | ||||||
| #include "../Util/cast.hpp" |  | ||||||
| 
 | 
 | ||||||
| #include <iostream> | #include <iostream> | ||||||
| #include <vector> | #include <vector> | ||||||
| @ -90,7 +89,6 @@ struct Array | |||||||
|     std::vector<Value> values; |     std::vector<Value> values; | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| } // namespace JSON
 | } // namespace JSON
 | ||||||
| 
 | 
 | ||||||
| #endif // JSON_CONTAINER_H
 | #endif // JSON_CONTAINER_H
 | ||||||
|  | |||||||
| @ -35,6 +35,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||||||
| #include "../DataStructures/TurnInstructions.h" | #include "../DataStructures/TurnInstructions.h" | ||||||
| #include "../typedefs.h" | #include "../typedefs.h" | ||||||
| 
 | 
 | ||||||
|  | #include <boost/assert.hpp> | ||||||
|  | 
 | ||||||
| #include <osrm/Coordinate.h> | #include <osrm/Coordinate.h> | ||||||
| 
 | 
 | ||||||
| #include <limits> | #include <limits> | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user