diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-21 17:16:36 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-21 17:16:36 +0900 |
commit | e47483c55216ad9bf2947caaaa686fae2cceaf4c (patch) | |
tree | 35afc26ed467ae92b6c3392cd0c7826319e81123 /src | |
parent | 8225f78473e52390f46567859114ad4ecc83dc80 (diff) |
Same remove headers
Change-Id: I5d3e7a7a9a70952550173c840cb0c415cafab281
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
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; |