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