--- profiles/input/device.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/profiles/input/device.c b/profiles/input/device.c index c2db6d1..1a33337 100644 --- a/profiles/input/device.c +++ b/profiles/input/device.c @@ -30,23 +30,21 @@ #include <errno.h> #include <fcntl.h> #include <unistd.h> +#include <sys/ioctl.h> #include <bluetooth/bluetooth.h> #include <bluetooth/hidp.h> #include <bluetooth/sdp.h> #include <bluetooth/sdp_lib.h> -#include <bluetooth/uuid.h> #include <gdbus.h> #include "log.h" -#include "uinput.h" #include "../src/adapter.h" #include "../src/device.h" #include "../src/profile.h" #include "../src/storage.h" -#include "../src/manager.h" #include "../src/dbus-common.h" #include "device.h" -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html