From: Bjoern Jacke Date: Wed, 30 Jan 2019 23:55:06 +0000 (-0600) Subject: tests/quota: tidy up includes of sysquotas 4B X-Git-Tag: ldb-1.6.1~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56c198c0056d57e767ab67bc4bbcab11afbc8f05;p=thirdparty%2Fsamba.git tests/quota: tidy up includes of sysquotas 4B Signed-off-by: Bjoern Jacke Reviewed-by: Uri Simchoni --- diff --git a/tests/sysquotas.c b/tests/sysquotas.c index afec3f16244..a9004998829 100644 --- a/tests/sysquotas.c +++ b/tests/sysquotas.c @@ -55,12 +55,10 @@ extern int quotactl(int cmd, const char *special, uid_t uid, void *addr); #ifdef HAVE_SYS_QUOTA_H #include -#else /* *BSD */ -#include +#endif + #ifdef HAVE_UFS_UFS_QUOTA_H #include -#endif -#include #endif int autoconf_quota(void)