Remove unused includes

This commit is contained in:
Vlad Zahorodnii 2020-11-05 09:26:01 +02:00
parent 0a9351039e
commit fbda5f9d73
2 changed files with 2 additions and 3 deletions

View file

@ -19,7 +19,6 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#include "tablet_v2_interface.h"
#include "display.h"
#include "resource_p.h"
#include "seat_interface.h"
#include "surface_interface.h"

View file

@ -21,9 +21,9 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
#define WAYLAND_SERVER_TABLET_INTERFACE_H
#include <KWaylandServer/kwaylandserver_export.h>
#include <QVector>
#include "resource.h"
#include <QObject>
#include <QVector>
namespace KWaylandServer
{