From 9c9ba5db4e9d74afd9b6143d2372b2d198518306 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Thu, 17 Aug 2017 17:41:04 +0200 Subject: [PATCH] Move the external json header in a dedicated directory --- src/blupi.cxx | 2 +- src/{ => json}/json.hpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{ => json}/json.hpp (100%) diff --git a/src/blupi.cxx b/src/blupi.cxx index 9b1a991..557d029 100644 --- a/src/blupi.cxx +++ b/src/blupi.cxx @@ -31,7 +31,7 @@ #include #include -#include "json.hpp" +#include "json/json.hpp" #include "blupi.h" #include "button.h" diff --git a/src/json.hpp b/src/json/json.hpp similarity index 100% rename from src/json.hpp rename to src/json/json.hpp