diff options
author | Karel Zak <kzak@redhat.com> | 2013-11-18 14:48:16 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-11-18 20:28:55 -0500 |
commit | 4561be3a64534a911ee405ffb51950a624a0cd3f (patch) | |
tree | 4b7ea9da00183e3fdf0a458589e9f40fa5a5795e /src/udev | |
parent | 05d3a176239c1dd67863c70a5b79d9bc14144ef6 (diff) |
Remove duplicate includes
Diffstat (limited to 'src/udev')
-rw-r--r-- | src/udev/mtd_probe/probe_smartmedia.c | 1 | ||||
-rw-r--r-- | src/udev/v4l_id/v4l_id.c | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/udev/mtd_probe/probe_smartmedia.c b/src/udev/mtd_probe/probe_smartmedia.c index feadb5076c..a007ccee2f 100644 --- a/src/udev/mtd_probe/probe_smartmedia.c +++ b/src/udev/mtd_probe/probe_smartmedia.c @@ -26,7 +26,6 @@ #include <fcntl.h> #include <unistd.h> #include <stdint.h> -#include <stdlib.h> #include "mtd_probe.h" static const uint8_t cis_signature[] = { diff --git a/src/udev/v4l_id/v4l_id.c b/src/udev/v4l_id/v4l_id.c index 8dcb645ed9..d5463b27e5 100644 --- a/src/udev/v4l_id/v4l_id.c +++ b/src/udev/v4l_id/v4l_id.c @@ -18,11 +18,7 @@ #include <string.h> #include <ctype.h> #include <stdlib.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> #include <unistd.h> -#include <errno.h> #include <fcntl.h> #include <getopt.h> #include <sys/types.h> |