From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sandeen.net ([63.231.237.45]:55566 "EHLO sandeen.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726219AbfFTV3j (ORCPT ); Thu, 20 Jun 2019 17:29:39 -0400 From: Eric Sandeen Subject: [PATCH 08/11] xfs_quota: remove unneeded includes Date: Thu, 20 Jun 2019 16:29:31 -0500 Message-Id: <1561066174-13144-9-git-send-email-sandeen@redhat.com> In-Reply-To: <1561066174-13144-1-git-send-email-sandeen@redhat.com> References: <1561066174-13144-1-git-send-email-sandeen@redhat.com> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: linux-xfs@vger.kernel.org Signed-off-by: Eric Sandeen --- quota/edit.c | 3 --- quota/quot.c | 3 --- quota/quota.c | 1 - quota/report.c | 1 - quota/util.c | 1 - 5 files changed, 9 deletions(-) diff --git a/quota/edit.c b/quota/edit.c index f9938b8..d86503c 100644 --- a/quota/edit.c +++ b/quota/edit.c @@ -4,9 +4,6 @@ * All Rights Reserved. */ -#include -#include -#include #include "input.h" #include "command.h" #include "init.h" diff --git a/quota/quot.c b/quota/quot.c index d60cf4a..518b266 100644 --- a/quota/quot.c +++ b/quota/quot.c @@ -6,9 +6,6 @@ #include #include "command.h" -#include -#include -#include #include "init.h" #include "quota.h" diff --git a/quota/quota.c b/quota/quota.c index 9545cc4..7ef4829 100644 --- a/quota/quota.c +++ b/quota/quota.c @@ -6,7 +6,6 @@ #include #include "command.h" -#include #include #include #include "init.h" diff --git a/quota/report.c b/quota/report.c index e6def91..2ad12d7 100644 --- a/quota/report.c +++ b/quota/report.c @@ -8,7 +8,6 @@ #include #include #include -#include #include "init.h" #include "quota.h" diff --git a/quota/util.c b/quota/util.c index 50470ab..4bcdd9d 100644 --- a/quota/util.c +++ b/quota/util.c @@ -8,7 +8,6 @@ #include #include #include -#include #include "init.h" #include "quota.h" -- 1.8.3.1