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/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index f7c6dd0..602e1f6 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" -- cgit 1.2.3-korg