diff --git a/ltunify.c b/ltunify.c index 1e685b4..74ba88e 100644 --- a/ltunify.c +++ b/ltunify.c @@ -317,7 +317,6 @@ static long long unsigned get_timestamp_ms(void) { return tp.tv_sec * 1000 + tp.tv_nsec / 1000000; } -#include static ssize_t do_read(int fd, struct hidpp_message *msg, u8 expected_report_id, int timeout) { ssize_t r; size_t payload_size = LONG_MESSAGE_LEN;