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 | |
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.
-rw-r--r-- | libidu/scanners.c | 1 | ||||
-rw-r--r-- | libidu/walker.c | 1 | ||||
-rw-r--r-- | src/mkid.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/libidu/scanners.c b/libidu/scanners.c index d17ed5f..eb106d5 100644 --- a/libidu/scanners.c +++ b/libidu/scanners.c @@ -23,7 +23,6 @@ #include <fcntl.h> #include <getopt.h> #include <stdlib.h> -#include <stddef.h> #include <unistd.h> #include <string.h> #include <errno.h> diff --git a/libidu/walker.c b/libidu/walker.c index 0f2870f..cf124f2 100644 --- a/libidu/walker.c +++ b/libidu/walker.c @@ -20,7 +20,6 @@ #include <config.h> #include <stdio.h> #include <stdlib.h> -#include <stddef.h> #include <unistd.h> #include <string.h> #include <fnmatch.h> @@ -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> |