Revert "Folds json_* utilities into json subfolder and adapts includes"

This reverts commit cd039c69c0a92a35889e3c875b8eb53cf07377bb.
This commit is contained in:
Daniel J. Hofmann
2016-02-12 15:23:33 -08:00
parent c9f0158fdb
commit 4b8c0ac143
12 changed files with 35 additions and 29 deletions
+1 -4
View File
@@ -1,11 +1,8 @@
#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