summaryrefslogtreecommitdiffstats
path: root/disk-utils/fdformat.c
diff options
context:
space:
mode:
authorSami Kerola2011-07-11 18:03:46 +0200
committerSami Kerola2011-07-11 18:45:37 +0200
commit183feb0288b8eee11795d5cedc8e033e4bc564df (patch)
tree4ff4a0c6111cfe39a154823aabec0618fb1960e5 /disk-utils/fdformat.c
parentfdformat: use xalloc.h (diff)
downloadkernel-qcow2-util-linux-183feb0288b8eee11795d5cedc8e033e4bc564df.tar.gz
kernel-qcow2-util-linux-183feb0288b8eee11795d5cedc8e033e4bc564df.tar.xz
kernel-qcow2-util-linux-183feb0288b8eee11795d5cedc8e033e4bc564df.zip
fdformat: include-what-you-use header check
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'disk-utils/fdformat.c')
-rw-r--r--disk-utils/fdformat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/disk-utils/fdformat.c b/disk-utils/fdformat.c
index 3d3512200..ade213cf6 100644
--- a/disk-utils/fdformat.c
+++ b/disk-utils/fdformat.c
@@ -7,7 +7,6 @@
*/
#include <stdio.h>
-#include <string.h>
#include <fcntl.h>
#include <errno.h>
#include <unistd.h>