From: Ingo Molnar Date: Thu, 10 Jun 2021 08:56:49 +0000 (+0200) Subject: headers/deps: mm: Optimize header dependencies X-Git-Tag: baikal/mips/sdk6.1~5088^2~6 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=c17687a409ad023a106e61f4a1418befa9221778;p=kernel.git headers/deps: mm: Optimize header dependencies There's a couple of superfluous inclusions here - remove them before doing bigger changes. Signed-off-by: Ingo Molnar Signed-off-by: Yury Norov --- diff --git a/include/linux/gfp.h b/include/linux/gfp.h index 2d2ccae933c20..52f2c873a7d46 100644 --- a/include/linux/gfp.h +++ b/include/linux/gfp.h @@ -2,10 +2,7 @@ #ifndef __LINUX_GFP_H #define __LINUX_GFP_H -#include #include -#include -#include #include /* The typedef is in types.h but we want the documentation here */