diff options
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; |