Fix test-building on FreeBSD

Authored by adridg on May 27 2020, 11:43 AM.

Description

Fix test-building on FreeBSD

The <linux/input.h> header doesn't necessarily exist on FreeBSD
(it is provided by ports, which aren't required for the rest
of KWayland it seems). Test *testRemoteAccess* uses that header,
but doesn't actually need it; just drop the #include.