Fix test-building on FreeBSD

This is the same change as
	https://invent.kde.org/frameworks/kwayland/-/merge_requests/2
and removes an unneeded #include
This commit is contained in:
Adriaan de Groot 2020-05-31 22:40:11 +02:00
parent 9ffee262f7
commit 8715e441a7

View file

@ -17,8 +17,6 @@
#include "../../src/server/output_interface.h"
#include "../../src/server/remote_access_interface.h"
#include <linux/input.h>
using namespace KWayland::Client;
using namespace KWaylandServer;