diff options
author | 2018-06-22 18:02:40 +0900 | |
---|---|---|
committer | 2018-06-22 18:02:40 +0900 | |
commit | ed91096cb25089c8e53eb97a4dd2a216d463f3ae (patch) | |
tree | 660d593df4188eff5e705826ef0621a283d1012a | |
parent | 5562332f0f7e916d4da13eab5e2b01ccdfb184ac (diff) |
Remove unused headers
Change-Id: Ie28fa683e74916e0d13c51d4ea5291e60def6f2e
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
-rw-r--r-- | src/main.cpp | 4 | ||||
-rw-r--r-- | src/wayland_ivi_wm.cpp | 2 |
2 files changed, 1 insertions, 5 deletions
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 <algorithm> #include <mutex> #include <json.h> -#include <json.hpp> +#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 <utility> - -#include "util.hpp" #include "wayland_ivi_wm.hpp" #include "hmi-debug.h" |