Folds json_* utilities into json subfolder and adapts includes

This commit is contained in:
Daniel J. Hofmann
2016-02-02 13:12:24 +01:00
parent fbef77a942
commit ec01c2a119
12 changed files with 29 additions and 35 deletions
+4 -1
View File
@@ -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