diff options
author | Karel Zak <kzak@redhat.com> | 2013-11-18 14:48:16 +0100 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-01-09 15:16:47 -0500 |
commit | ee8760a00a1c6c3f707596e62583fd98960f2ce8 (patch) | |
tree | 6eae81ccfb6ded9eb1355c7003a209111fc3f44d /src/mtd_probe | |
parent | ad1d147331b8461e021978243a0c50dfe8e8e3e2 (diff) |
Remove duplicate includes
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/mtd_probe')
-rw-r--r-- | src/mtd_probe/probe_smartmedia.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mtd_probe/probe_smartmedia.c b/src/mtd_probe/probe_smartmedia.c index feadb5076c..a007ccee2f 100644 --- a/src/mtd_probe/probe_smartmedia.c +++ b/src/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[] = { |