summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-11-30 13:50:44 +0100
committerJim Meyering <meyering@redhat.com>2008-11-30 13:50:44 +0100
commitc3e0a0d40069b814e13ae48b784df0cd3595081e (patch)
tree2060efc0e3a9a87432060e55076b8d393d78ab42 /src
parent7cf3d4a6a03d68898f0d673c0ae127efe47cc3db (diff)
downloadidutils-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fnid.c b/src/fnid.c
index 6a755b6..c8b0177 100644
--- a/src/fnid.c
+++ b/src/fnid.c
@@ -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>