projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29de440
)
libinput-tool.c: remove unused includes
author
Konstantin Kharlamov
<Hi-Angel@yandex.ru>
Wed, 11 Sep 2019 20:57:26 +0000
(23:57 +0300)
committer
Konstantin 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-tool.c
patch
|
blob
|
history
diff --git
a/tools/libinput-tool.c
b/tools/libinput-tool.c
index
3dc2f52
..
21c1d0f
100644
(file)
--- a/
tools/libinput-tool.c
+++ b/
tools/libinput-tool.c
@@
-23,15
+23,9
@@
#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 <libinput.h>
#include <libinput-version.h>
#include "shared.h"