Folds json_* utilities into json subfolder and adapts includes
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#ifndef GLOBAL_JSON_CONTAINER_HPP
|
||||
#define GLOBAL_JSON_CONTAINER_HPP
|
||||
#include "util/json_container.hpp"
|
||||
|
||||
#include "util/json/container.hpp"
|
||||
|
||||
namespace osrm
|
||||
{
|
||||
namespace json = osrm::util::json;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user