From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sandeen.net ([63.231.237.45]:55552 "EHLO sandeen.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726138AbfFTV3j (ORCPT ); Thu, 20 Jun 2019 17:29:39 -0400 From: Eric Sandeen Subject: [PATCH 02/11] xfs_fsr: remove unneeded includes Date: Thu, 20 Jun 2019 16:29:25 -0500 Message-Id: <1561066174-13144-3-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 --- fsr/xfs_fsr.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/fsr/xfs_fsr.c b/fsr/xfs_fsr.c index fef6262..c6c1f1f 100644 --- a/fsr/xfs_fsr.c +++ b/fsr/xfs_fsr.c @@ -5,22 +5,15 @@ */ #include "libxfs.h" -#include "xfs.h" -#include "xfs_types.h" #include "jdm.h" -#include "xfs_bmap_btree.h" -#include "xfs_attr_sf.h" #include "path.h" #include -#include #include #include -#include #include #include #include -#include #define _PATH_FSRLAST "/var/tmp/.fsrlast_xfs" #define _PATH_PROC_MOUNTS "/proc/mounts" -- 1.8.3.1