diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-08-22 13:20:17 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-08-22 13:20:17 +0900 |
commit | 58da0c77b98af1b771e4af28b42d0a3ddec09877 (patch) | |
tree | b82ebfacbbeb3fe7f966e66c2c1a308a2f87958a /src/wm_layer.cpp | |
parent | 838d50406889ecd96271153ed9ec3a8160bcfe16 (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.cpp | 2 |
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; |