aboutsummaryrefslogtreecommitdiffstats
path: root/src/json_helper.hpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-06-23 08:42:45 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-06-25 01:33:18 +0000
commitbe9cbe2c4d0bc0f65cbe08de2bad3eb6e7f248c0 (patch)
treeb7d22d2b23749993b6448ed77c65752335a219b9 /src/json_helper.hpp
parent43ff4c2624e34b9cfbc3f13036fa449b5f46e9b0 (diff)
Clean: remove useless headers
* Shorten build time * Remove unnecessary dependencies Change-Id: I960b2a21124cabc62ef73436fb5a7ab5191c4e0d Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/json_helper.hpp')
-rw-r--r--src/json_helper.hpp3
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;