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/window_manager.hpp | |
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/window_manager.hpp')
-rw-r--r-- | src/window_manager.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window_manager.hpp b/src/window_manager.hpp index 3088111..bd9d134 100644 --- a/src/window_manager.hpp +++ b/src/window_manager.hpp @@ -26,13 +26,13 @@ #include "layout.hpp" #include "wayland_ivi_wm.hpp" #include "pm_wrapper.hpp" -#include "hmi-debug.h" +#include "util.hpp" #include "request.hpp" #include "wm_error.hpp" #include "wm_layer_control.hpp" struct json_object; - +struct afb_event; namespace wl { struct display; |