Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp871372pxk; Thu, 17 Sep 2020 19:51:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwWT4UdxPBHRE8571jHtH0zs3u/tnnsPHGg1evA0OEMTrNp+gqwIgdIZtIIy2ahdTFPOX40 X-Received: by 2002:a50:8306:: with SMTP id 6mr34880877edh.340.1600397489269; Thu, 17 Sep 2020 19:51:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600397489; cv=none; d=google.com; s=arc-20160816; b=e5YJDZi+BpD1NJOt0wSJvu9Ku7NhC/echEWBdIGnNi7UKaagNYH+xzjYZgbQsJ73xm v7GkfPYInCSU63ee4k+jFBtMSZJDus/BmzV5pUxpYS1bYrdJaWu+K6Aqho3nAs16Toju VTRFUH/jnqJ0SgodzM+6eqUIVVHDA4yvW22G1tpSyPzkvvELiMt7IGp3VJrEhlKafc0z /qsgtgMFYrtC2sICHbbjYhMlx9k/bN9eoqFEQ0psM6AisPoL0pMSBW4jVXtqrURk0qo3 mzxktj+PXc521Vw9pNU6vuKVj1Km1SniheldBuMwXxOaD4duuDzTjE7n+AZS34MC+1sx wing== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:subject:to:from; bh=gUrGACSVWvMePBq/UlVijkbmhcRGLxKJNFVSUAqdHfA=; b=l0/1R9ybY1ynaTtzBa0hamp7PSMI3QeoHLPIVy3bxYBjqDpO/mHQhClNzPewdLVQVO qGehHw70TJGKj66sqYjO1rObwT+wi7rrnSuZLhta1OzdHEAEjhz5T/rCSXT8lKhvrla7 48J0TynuJ1obp/qMalS8h0YRx/JezrjWaINJRsXusHsTFtGFrkyD4Od61AwGLMMN02u1 xjKkemKBp819j2J6LhAjr6EcljvtEodB0fuaSqIaszvkAoe5IHnhlE9TbB3KM5GKV4LX W3RSa/K581lcYIJm4yhLFLDMgDWwcMDDK2Yi3VcrTqUPMld26m3REh6sppFniVN19l1I 9QDQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m3si1212414edp.33.2020.09.17.19.51.06; Thu, 17 Sep 2020 19:51:29 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728223AbgIRCst (ORCPT + 99 others); Thu, 17 Sep 2020 22:48:49 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:13285 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728254AbgIRCse (ORCPT ); Thu, 17 Sep 2020 22:48:34 -0400 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 2378F5ABF8437A190EE7; Fri, 18 Sep 2020 10:48:33 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.487.0; Fri, 18 Sep 2020 10:48:30 +0800 From: Tian Tao To: , , Subject: [PATCH] ext4: Remove unused including Date: Fri, 18 Sep 2020 10:46:05 +0800 Message-ID: <1600397165-42873-1-git-send-email-tiantao6@hisilicon.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Remove including that don't need it. Signed-off-by: Tian Tao --- fs/ext4/ext4.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 523e00d..ac63456 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include -- 2.7.4