--- android/hog.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/android/hog.c b/android/hog.c index 22aac76..ad047f0 100644 --- a/android/hog.c +++ b/android/hog.c @@ -31,13 +31,8 @@ #include <stdlib.h> #include <stdbool.h> #include <errno.h> -#include <unistd.h> -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> #include "lib/bluetooth.h" -#include "lib/sdp.h" #include "lib/uuid.h" #include "src/shared/util.h" @@ -70,9 +65,6 @@ #define HOG_PROTO_MODE_BOOT 0 #define HOG_PROTO_MODE_REPORT 1 -#define HOG_REPORT_MAP_MAX_SIZE 512 -#define HID_INFO_SIZE 4 - static bdaddr_t adapter_addr; struct bt_hog { -- 1.9.1 -- 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