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/mtd_probe | |
parent | 05d3a176239c1dd67863c70a5b79d9bc14144ef6 (diff) |
Remove duplicate includes
Diffstat (limited to 'src/udev/mtd_probe')
-rw-r--r-- | src/udev/mtd_probe/probe_smartmedia.c | 1 |
1 files changed, 0 insertions, 1 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[] = { |