summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorewt <devnull@localhost>1996-09-29 02:29:36 +0000
committerewt <devnull@localhost>1996-09-29 02:29:36 +0000
commit7bc74bbc45ac06dcd136d27588232311c2d1a128 (patch)
tree90602b0cdb99a5fa684397d332cc59a5385102c6 /build
parente24a31f3b77bc026f7cddcb9cd61ef6dfe4085fa (diff)
downloadrpm-7bc74bbc45ac06dcd136d27588232311c2d1a128.tar.gz
rpm-7bc74bbc45ac06dcd136d27588232311c2d1a128.tar.bz2
rpm-7bc74bbc45ac06dcd136d27588232311c2d1a128.zip
don't include <ftw.h>
CVS patchset: 1074 CVS date: 1996/09/29 02:29:36
Diffstat (limited to 'build')
-rw-r--r--build/files.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/files.c b/build/files.c
index 57543e33c..9258a7201 100644
--- a/build/files.c
+++ b/build/files.c
@@ -7,7 +7,6 @@
#include <unistd.h>
#include <string.h>
#include <sys/stat.h>
-#include <ftw.h>
#include <glob.h>
#include <time.h>