diff --git a/src/wayland/tablet_v2_interface.cpp b/src/wayland/tablet_v2_interface.cpp index d23c1df2fc..6a6ff76a84 100644 --- a/src/wayland/tablet_v2_interface.cpp +++ b/src/wayland/tablet_v2_interface.cpp @@ -19,7 +19,6 @@ License along with this library. If not, see . *********************************************************************/ #include "tablet_v2_interface.h" #include "display.h" -#include "resource_p.h" #include "seat_interface.h" #include "surface_interface.h" diff --git a/src/wayland/tablet_v2_interface.h b/src/wayland/tablet_v2_interface.h index 2e24ce7051..fcc533a968 100644 --- a/src/wayland/tablet_v2_interface.h +++ b/src/wayland/tablet_v2_interface.h @@ -21,9 +21,9 @@ License along with this library. If not, see . #define WAYLAND_SERVER_TABLET_INTERFACE_H #include -#include -#include "resource.h" +#include +#include namespace KWaylandServer {