summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-03-20 10:21:33 +0100
committerJim Meyering <meyering@redhat.com>2011-03-20 10:54:45 +0100
commit6ad266585b81aa4197690e643fe246164379eb1a (patch)
tree3df813fdb27d97de01ecf330a682d80fe5a693d1 /src
parentdc0d008ebc15185402cd8e1046da98dc220ee139 (diff)
downloadidutils-6ad266585b81aa4197690e643fe246164379eb1a.tar.gz
idutils-6ad266585b81aa4197690e643fe246164379eb1a.tar.bz2
idutils-6ad266585b81aa4197690e643fe246164379eb1a.zip
maint: remove unused inclusion of <stddef.h>
* libidu/scanners.c: As above. * libidu/walker.c: Likewise. * src/mkid.c: Likewise.
Diffstat (limited to 'src')
-rw-r--r--src/mkid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mkid.c b/src/mkid.c
index de47a5f..41f5d67 100644
--- a/src/mkid.c
+++ b/src/mkid.c
@@ -23,7 +23,6 @@
#include <stdio.h>
#include <errno.h>
#include <getopt.h>
-#include <stddef.h>
#include <unistd.h>
#include <string.h>
#include <sys/stat.h>