From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0767DC77B7C for ; Sat, 27 May 2023 02:16:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230200AbjE0CQP (ORCPT ); Fri, 26 May 2023 22:16:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46688 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229732AbjE0CQN (ORCPT ); Fri, 26 May 2023 22:16:13 -0400 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 91C7A114 for ; Fri, 26 May 2023 19:16:11 -0700 (PDT) Received: from canpemm500002.china.huawei.com (unknown [172.30.72.53]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4QSlhl3MX6zsRlW; Sat, 27 May 2023 10:13:59 +0800 (CST) Received: from huawei.com (10.175.104.170) by canpemm500002.china.huawei.com (7.192.104.244) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Sat, 27 May 2023 10:16:09 +0800 From: Miaohe Lin To: CC: , , Subject: [PATCH] mm: page_alloc: remove unneeded header files Date: Sat, 27 May 2023 18:07:28 +0800 Message-ID: <20230527100728.267992-1-linmiaohe@huawei.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.175.104.170] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To canpemm500002.china.huawei.com (7.192.104.244) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove some unneeded header files. No functional change intended. Signed-off-by: Miaohe Lin --- mm/page_alloc.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index e671c747892f..beb6db613238 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -24,9 +24,7 @@ #include #include #include -#include #include -#include #include #include #include @@ -36,8 +34,6 @@ #include #include #include -#include -#include #include #include #include @@ -52,11 +48,9 @@ #include #include #include -#include #include #include #include -#include #include "internal.h" #include "shuffle.h" #include "page_reporting.h" -- 2.27.0