From patchwork Thu Jun 20 21:29:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Sandeen X-Patchwork-Id: 11008179 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 E9C1714E5 for ; Thu, 20 Jun 2019 21:29:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DD5C5288EF for ; Thu, 20 Jun 2019 21:29:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D1C002766D; Thu, 20 Jun 2019 21:29:39 +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 7939E2766D for ; Thu, 20 Jun 2019 21:29:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726159AbfFTV3j (ORCPT ); Thu, 20 Jun 2019 17:29:39 -0400 Received: from sandeen.net ([63.231.237.45]:55548 "EHLO sandeen.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725906AbfFTV3i (ORCPT ); Thu, 20 Jun 2019 17:29:38 -0400 Received: by sandeen.net (Postfix, from userid 500) id 9608617183D; Thu, 20 Jun 2019 16:29:36 -0500 (CDT) From: Eric Sandeen To: linux-xfs@vger.kernel.org Subject: [PATCH 00/11] xfsprogs: remove unneeded #includes Date: Thu, 20 Jun 2019 16:29:23 -0500 Message-Id: <1561066174-13144-1-git-send-email-sandeen@redhat.com> X-Mailer: git-send-email 1.8.3.1 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 This is the result of a mechanical process and ... may have a few oddities, for example removing "init.h" from some utils made me realize that we inherit it from libxfs and also have it in local headers; libxfs has a global but so does scrub, etc. So that stuff can/should be fixed up, but in the meantime, this zaps out a ton of header dependencies, and seems worthwhile. I'll try to do the same thing for the kernel and hold off on committing the libxfs/* patch here until I can "merge" it in. -Eric Reviewed-by: Christoph Hellwig