diff options
author | Jim Meyering <meyering@redhat.com> | 2008-11-30 13:50:44 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-11-30 13:50:44 +0100 |
commit | c3e0a0d40069b814e13ae48b784df0cd3595081e (patch) | |
tree | 2060efc0e3a9a87432060e55076b8d393d78ab42 /src | |
parent | 7cf3d4a6a03d68898f0d673c0ae127efe47cc3db (diff) | |
download | idutils-c3e0a0d40069b814e13ae48b784df0cd3595081e.tar.gz idutils-c3e0a0d40069b814e13ae48b784df0cd3595081e.tar.bz2 idutils-c3e0a0d40069b814e13ae48b784df0cd3595081e.zip |
* src/fnid.c: Remove duplicate inclusion of <errno.h>.
Diffstat (limited to 'src')
-rw-r--r-- | src/fnid.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -21,7 +21,6 @@ #include <getopt.h> #include <fnmatch.h> #include <string.h> -#include <errno.h> #include <stdlib.h> #include <errno.h> #include <alloca.h> |