diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/json_helper.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/json_helper.hpp b/src/json_helper.hpp index 6c9cdab..125473e 100644 --- a/src/json_helper.hpp +++ b/src/json_helper.hpp @@ -17,9 +17,8 @@ #ifndef TMCAGLWM_JSON_HELPER_HPP #define TMCAGLWM_JSON_HELPER_HPP -#include "result.hpp" +#include "../include/json.hpp" #include "wayland_ivi_wm.hpp" -#include <json.hpp> struct json_object; |