aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm_layer.cpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-08-22 13:20:17 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-08-22 13:20:17 +0900
commit58da0c77b98af1b771e4af28b42d0a3ddec09877 (patch)
treeb82ebfacbbeb3fe7f966e66c2c1a308a2f87958a /src/wm_layer.cpp
parent838d50406889ecd96271153ed9ec3a8160bcfe16 (diff)
Remove hmi-debug.h
To reduce warning message, integrates hmi-debug into util. Change-Id: Ibb83db196be8c0d6ff0a8d503978b3bef7b1e870 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/wm_layer.cpp')
-rw-r--r--src/wm_layer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wm_layer.cpp b/src/wm_layer.cpp
index 87fff49..7b67042 100644
--- a/src/wm_layer.cpp
+++ b/src/wm_layer.cpp
@@ -19,7 +19,7 @@
#include "wm_layer.hpp"
#include "wayland_ivi_wm.hpp"
#include "json_helper.hpp"
-#include "hmi-debug.h"
+#include "util.hpp"
using std::string;
using std::vector;