diff options
Diffstat (limited to 'src/app.hpp')
-rw-r--r-- | src/app.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/app.hpp b/src/app.hpp index 5ec19ae..7fccde3 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -30,7 +30,7 @@ #include "layout.hpp" #include "policy.hpp" #include "result.hpp" -#include "wayland.hpp" +#include "wayland_ivi_wm.hpp" #include "hmi-debug.h" namespace wl { @@ -180,7 +180,6 @@ struct App { int init(); - int dispatch_events(); int dispatch_pending_events(); void set_pending_events(); |