From 966f8f70f8018df67c86224abf007a97b93b0103 Mon Sep 17 00:00:00 2001 From: Jorrit Wronski Date: Wed, 15 Nov 2017 23:09:48 +0100 Subject: [PATCH] Moved json headers to appropriately named directory --- test/thirdparty/{json => nlohmann}/LICENSE.MIT | 0 test/thirdparty/{json => nlohmann}/json.hpp | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/thirdparty/{json => nlohmann}/LICENSE.MIT (100%) rename test/thirdparty/{json => nlohmann}/json.hpp (100%) diff --git a/test/thirdparty/json/LICENSE.MIT b/test/thirdparty/nlohmann/LICENSE.MIT similarity index 100% rename from test/thirdparty/json/LICENSE.MIT rename to test/thirdparty/nlohmann/LICENSE.MIT diff --git a/test/thirdparty/json/json.hpp b/test/thirdparty/nlohmann/json.hpp similarity index 100% rename from test/thirdparty/json/json.hpp rename to test/thirdparty/nlohmann/json.hpp