hid_host: remove unused includes

This commit is contained in:
Milanka Ringwald 2021-02-23 19:55:33 +01:00
parent 3af29ae530
commit c5801fe825

View File

@ -38,11 +38,6 @@
#ifndef HID_H
#define HID_H
#include <stdint.h>
#include "btstack_defines.h"
#include "bluetooth.h"
#include "btstack_hid_parser.h"
#if defined __cplusplus
extern "C" {
#endif