diff options
author | Jim Meyering <meyering@redhat.com> | 2011-03-20 10:21:33 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-03-20 10:54:45 +0100 |
commit | 6ad266585b81aa4197690e643fe246164379eb1a (patch) | |
tree | 3df813fdb27d97de01ecf330a682d80fe5a693d1 /src | |
parent | dc0d008ebc15185402cd8e1046da98dc220ee139 (diff) | |
download | idutils-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |