From 1ecb283f9d6356f0aa2a1e09a20a47616ff92e59 Mon Sep 17 00:00:00 2001 From: "w.klijn" <w.klijn@fz-juelich.de> Date: Wed, 8 Jun 2016 17:32:52 +0200 Subject: [PATCH] Remove two additional folder based includes --- tests/test_tree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_tree.cpp b/tests/test_tree.cpp index a468d80c..696ef886 100644 --- a/tests/test_tree.cpp +++ b/tests/test_tree.cpp @@ -6,7 +6,7 @@ #include "gtest.h" #include <cell_tree.hpp> -#include "json/src/json.hpp" +#include <json.hpp> using json = nlohmann::json; using range = memory::Range; -- GitLab