From: Theodore Ts'o Date: Tue, 12 Jun 2012 22:25:34 +0000 (-0400) Subject: libquota: remove unneeded #include of X-Git-Tag: v1.42.5~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f00911a21f4e95de84c60e09cc4df173e5b6701;p=thirdparty%2Fe2fsprogs.git libquota: remove unneeded #include of The attempted inclusion of sys/quota.h is causing failures in when building on the hurd and freebsd platforms for Debian. It's not necessary any more, so just remove the #include. Signed-off-by: "Theodore Ts'o" --- diff --git a/debian/changelog b/debian/changelog index 296bc504c..fdcf4e83e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +e2fsprogs (1.42.4-2) unstable; urgency=medium + + * Fix FTBFS problem on the hurd and freebsd platforms + + -- Theodore Y. Ts'o Tue, 12 Jun 2012 18:26:40 -0400 + e2fsprogs (1.42.4-1) unstable; urgency=medium * New upstream version diff --git a/lib/quota/quotaio.c b/lib/quota/quotaio.c index 67e74fc43..c0ebaa1ee 100644 --- a/lib/quota/quotaio.c +++ b/lib/quota/quotaio.c @@ -15,7 +15,6 @@ #include #include #include -#include #include "common.h" #include "quotaio.h"