From 104648735c18bd11921693a3393c5c7ecb4729c8 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Thu, 21 Jun 2018 17:11:52 +0900 Subject: Remove unused headers To shorten compile time and the risk of name overlapping, remove unused headers. Change-Id: Ie43824b4fc554a955b90b61d63794670c21e06a3 Signed-off-by: Kazumasa Mitsunari --- src/layers.cpp | 3 --- src/layers.hpp | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/layers.cpp b/src/layers.cpp index f5f7a89..6c6be55 100644 --- a/src/layers.cpp +++ b/src/layers.cpp @@ -14,12 +14,9 @@ * limitations under the License. */ -#include #include -#include "json_helper.hpp" #include "layers.hpp" -#include "util.hpp" #include "hmi-debug.h" namespace wm diff --git a/src/layers.hpp b/src/layers.hpp index c01d45e..5a18fad 100644 --- a/src/layers.hpp +++ b/src/layers.hpp @@ -17,12 +17,9 @@ #ifndef TMCAGLWM_LAYERS_H #define TMCAGLWM_LAYERS_H -#include - -#include -#include #include +#include "../include/json.hpp" #include "layout.hpp" #include "result.hpp" #include "wayland_ivi_wm.hpp" -- cgit 1.2.3-korg