From 08c38ab7cbc0c6f3721885256ae3634f1e76f174 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 21 Oct 2008 07:55:09 +0200 Subject: reflect gnulib's removal of lstat.h * src/copy.h: Don't include "lstat.h". * src/ls.c: Likewise. * src/remove.c: Likewise. * src/rm.c: Likewise. --- src/copy.h | 1 - src/ls.c | 1 - src/remove.c | 1 - src/rm.c | 1 - 4 files changed, 4 deletions(-) (limited to 'src') diff --git a/src/copy.h b/src/copy.h index 86a816181..12b7c2d28 100644 --- a/src/copy.h +++ b/src/copy.h @@ -21,7 +21,6 @@ # include # include "hash.h" -# include "lstat.h" /* Control creation of sparse files (files with holes). */ enum Sparse_type diff --git a/src/ls.c b/src/ls.c index f454d0e29..739057cf7 100644 --- a/src/ls.c +++ b/src/ls.c @@ -96,7 +96,6 @@ #include "filevercmp.h" #include "idcache.h" #include "ls.h" -#include "lstat.h" #include "mbswidth.h" #include "mpsort.h" #include "obstack.h" diff --git a/src/remove.c b/src/remove.c index 28684b29c..7bc7a55cc 100644 --- a/src/remove.c +++ b/src/remove.c @@ -29,7 +29,6 @@ #include "file-type.h" #include "hash.h" #include "hash-pjw.h" -#include "lstat.h" #include "obstack.h" #include "quote.h" #include "remove.h" diff --git a/src/rm.c b/src/rm.c index 7304330c8..8fecfdd5f 100644 --- a/src/rm.c +++ b/src/rm.c @@ -50,7 +50,6 @@ #include "system.h" #include "argmatch.h" #include "error.h" -#include "lstat.h" #include "quote.h" #include "quotearg.h" #include "remove.h" -- cgit v1.2.3-54-g00ecf