Remove unused fts.h include. Closes: #675367
authorJoey Hess <joey@kitenet.net>
Thu, 31 May 2012 16:33:49 +0000 (12:33 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 31 May 2012 16:33:49 +0000 (12:33 -0400)
debian/changelog
zgz/zgz.c

index 84d9d2b..f738279 100644 (file)
@@ -1,3 +1,9 @@
+pristine-tar (1.25) UNRELEASED; urgency=low
+
+  * Remove unused fts.h include. Closes: #675367
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 31 May 2012 12:33:34 -0400
+
 pristine-tar (1.24) unstable; urgency=low
 
   * pristine-xz: Add --check=crc32 to list of allowed parameters.
index c7de462..7e7a912 100644 (file)
--- a/zgz/zgz.c
+++ b/zgz/zgz.c
@@ -66,7 +66,6 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <zlib.h>
-#include <fts.h>
 #include <libgen.h>
 #include <stdarg.h>
 #include <getopt.h>