libinput-measure.c: remove unused includes
authorKonstantin Kharlamov <Hi-Angel@yandex.ru>
Wed, 11 Sep 2019 20:54:27 +0000 (23:54 +0300)
committerKonstantin Kharlamov <Hi-Angel@yandex.ru>
Thu, 12 Sep 2019 21:07:39 +0000 (00:07 +0300)
Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
tools/libinput-measure.c

index 0c65a369b38386950d37ce1c385975605b3c89ff..2ed72a89111095f777be3b7ee4c1b834c0df0590 100644 (file)
 
 #include "config.h"
 
-#include <errno.h>
 #include <getopt.h>
-#include <stdbool.h>
 #include <stdio.h>
-#include <string.h>
-#include <unistd.h>
-#include <libudev.h>
 
 #include "shared.h"