reflect gnulib's removal of lstat.h
authorJim Meyering <meyering@redhat.com>
Tue, 21 Oct 2008 05:55:09 +0000 (07:55 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 21 Oct 2008 06:10:29 +0000 (08:10 +0200)
* src/copy.h: Don't include "lstat.h".
* src/ls.c: Likewise.
* src/remove.c: Likewise.
* src/rm.c: Likewise.

src/copy.h
src/ls.c
src/remove.c
src/rm.c

index 86a8161..12b7c2d 100644 (file)
@@ -21,7 +21,6 @@
 
 # include <stdbool.h>
 # include "hash.h"
-# include "lstat.h"
 
 /* Control creation of sparse files (files with holes).  */
 enum Sparse_type
index f454d0e..739057c 100644 (file)
--- 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"
index 28684b2..7bc7a55 100644 (file)
@@ -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"
index 7304330..8fecfdd 100644 (file)
--- 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"