From ed2c3042585b045becdaa2d4e0008336ab3b7c16 Mon Sep 17 00:00:00 2001 From: "w.klijn" <w.klijn@fz-juelich.de> Date: Thu, 9 Jun 2016 09:05:09 +0200 Subject: [PATCH] Remove another indirect include --- tests/validate_soma.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/validate_soma.cpp b/tests/validate_soma.cpp index b65b4ecb..162242b5 100644 --- a/tests/validate_soma.cpp +++ b/tests/validate_soma.cpp @@ -6,7 +6,7 @@ #include <cell.hpp> #include <fvm.hpp> -#include <json/src/json.hpp> +#include <json.hpp> // compares results with those generated by nrn/soma.py // single compartment model with HH channels -- GitLab