From be9cbe2c4d0bc0f65cbe08de2bad3eb6e7f248c0 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Sat, 23 Jun 2018 08:42:45 +0900 Subject: Clean: remove useless headers * Shorten build time * Remove unnecessary dependencies Change-Id: I960b2a21124cabc62ef73436fb5a7ab5191c4e0d Signed-off-by: Kazumasa Mitsunari --- src/json_helper.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/json_helper.hpp') 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 struct json_object; -- cgit 1.2.3-korg