From 56c198c0056d57e767ab67bc4bbcab11afbc8f05 Mon Sep 17 00:00:00 2001 From: Bjoern Jacke Date: Wed, 30 Jan 2019 17:55:06 -0600 Subject: [PATCH] tests/quota: tidy up includes of sysquotas 4B Signed-off-by: Bjoern Jacke Reviewed-by: Uri Simchoni --- tests/sysquotas.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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)