[PATCH] Remove duplicate headers
Johan Korsnes
johan.korsnes at gmail.com
Mon Feb 1 19:04:57 UTC 2021
The headers <stdio.h> and <unistd.h> were included twice.
Signed-off-by: Johan Korsnes <johan.korsnes at gmail.com>
---
I was unable to fork project on GitLab. It's stuck on "Forking in
progress".
---
evtest.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/evtest.c b/evtest.c
index 15dbe81..e21e6af 100644
--- a/evtest.c
+++ b/evtest.c
@@ -48,7 +48,6 @@
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
-#include <stdio.h>
#include <stdlib.h>
#include <dirent.h>
#include <errno.h>
@@ -58,7 +57,6 @@
#include <limits.h>
#include <sys/time.h>
#include <sys/types.h>
-#include <unistd.h>
#ifndef input_event_sec
#define input_event_sec time.tv_sec
--
2.17.1
More information about the Input-tools
mailing list