From: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxxxx> --- input/device.c | 5 ----- input/fakehid.c | 4 ---- input/manager.c | 3 --- 3 files changed, 12 deletions(-) diff --git a/input/device.c b/input/device.c index 8ed722b..decf6d0 100644 --- a/input/device.c +++ b/input/device.c @@ -29,9 +29,6 @@ #include <errno.h> #include <fcntl.h> #include <unistd.h> -#include <sys/stat.h> -#include <sys/ioctl.h> -#include <sys/socket.h> #include <bluetooth/bluetooth.h> #include <bluetooth/hidp.h> @@ -39,8 +36,6 @@ #include <bluetooth/sdp_lib.h> #include <bluetooth/uuid.h> -#include <glib.h> -#include <dbus/dbus.h> #include <gdbus.h> #include "log.h" diff --git a/input/fakehid.c b/input/fakehid.c index 3181538..3be1489 100644 --- a/input/fakehid.c +++ b/input/fakehid.c @@ -25,12 +25,8 @@ #include <config.h> #endif -#include <stdio.h> -#include <errno.h> #include <fcntl.h> #include <unistd.h> -#include <stdlib.h> -#include <sys/types.h> #include <bluetooth/bluetooth.h> diff --git a/input/manager.c b/input/manager.c index 5cc552b..3572ea9 100644 --- a/input/manager.c +++ b/input/manager.c @@ -28,13 +28,10 @@ #include <errno.h> #include <bluetooth/bluetooth.h> -#include <bluetooth/hci.h> #include <bluetooth/sdp.h> #include <bluetooth/sdp_lib.h> #include <bluetooth/uuid.h> -#include <gdbus.h> - #include "log.h" #include "../src/adapter.h" #include "../src/device.h" -- 1.7.10.2 -- 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