From ed91096cb25089c8e53eb97a4dd2a216d463f3ae Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Fri, 22 Jun 2018 18:02:40 +0900 Subject: Remove unused headers Change-Id: Ie28fa683e74916e0d13c51d4ea5291e60def6f2e Signed-off-by: Kazumasa Mitsunari --- src/main.cpp | 4 +--- src/wayland_ivi_wm.cpp | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 9350634..a813faa 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,11 +18,9 @@ #include #include #include -#include +#include "../include/json.hpp" #include "app.hpp" -#include "result.hpp" #include "json_helper.hpp" -#include "util.hpp" #include "wayland_ivi_wm.hpp" extern "C" diff --git a/src/wayland_ivi_wm.cpp b/src/wayland_ivi_wm.cpp index 5cc16b2..1f3a295 100644 --- a/src/wayland_ivi_wm.cpp +++ b/src/wayland_ivi_wm.cpp @@ -15,8 +15,6 @@ */ #include - -#include "util.hpp" #include "wayland_ivi_wm.hpp" #include "hmi-debug.h" -- cgit 1.2.3-korg