From patchwork Thu Jun 20 21:29:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Sandeen X-Patchwork-Id: 11008191 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D7B9014DB for ; Thu, 20 Jun 2019 21:29:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CBFED288EF for ; Thu, 20 Jun 2019 21:29:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C0AD628900; Thu, 20 Jun 2019 21:29:42 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 68E4B288EF for ; Thu, 20 Jun 2019 21:29:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726027AbfFTV3l (ORCPT ); Thu, 20 Jun 2019 17:29:41 -0400 Received: from sandeen.net ([63.231.237.45]:55576 "EHLO sandeen.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726286AbfFTV3k (ORCPT ); Thu, 20 Jun 2019 17:29:40 -0400 Received: by sandeen.net (Postfix, from userid 500) id EB8FC479AE4; Thu, 20 Jun 2019 16:29:37 -0500 (CDT) From: Eric Sandeen To: linux-xfs@vger.kernel.org Subject: [PATCH 11/11] xfs_spaceman: remove unneeded includes Date: Thu, 20 Jun 2019 16:29:34 -0500 Message-Id: <1561066174-13144-12-git-send-email-sandeen@redhat.com> X-Mailer: git-send-email 1.8.3.1 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 Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Eric Sandeen --- spaceman/file.c | 3 --- spaceman/freesp.c | 1 - spaceman/init.c | 2 -- spaceman/prealloc.c | 1 - 4 files changed, 7 deletions(-) diff --git a/spaceman/file.c b/spaceman/file.c index 7e33e07..edc52b8 100644 --- a/spaceman/file.c +++ b/spaceman/file.c @@ -6,10 +6,7 @@ */ #include "libxfs.h" -#include #include "command.h" -#include "input.h" -#include "init.h" #include "path.h" #include "space.h" diff --git a/spaceman/freesp.c b/spaceman/freesp.c index 11d0aaf..bfc4793 100644 --- a/spaceman/freesp.c +++ b/spaceman/freesp.c @@ -7,7 +7,6 @@ */ #include "libxfs.h" -#include #include "command.h" #include "init.h" #include "path.h" diff --git a/spaceman/init.c b/spaceman/init.c index c845f92..ec0c22b 100644 --- a/spaceman/init.c +++ b/spaceman/init.c @@ -6,8 +6,6 @@ #include "libxfs.h" #include "command.h" -#include "input.h" -#include "init.h" #include "path.h" #include "space.h" diff --git a/spaceman/prealloc.c b/spaceman/prealloc.c index 85dfc9e..c8aa5bd 100644 --- a/spaceman/prealloc.c +++ b/spaceman/prealloc.c @@ -7,7 +7,6 @@ #include "libxfs.h" #include "command.h" #include "input.h" -#include "init.h" #include "path.h" #include "space.h"