From: Ingo Molnar Date: Thu, 10 Jun 2021 08:56:49 +0000 (+0200) Subject: headers/deps: mm: Optimize header dependencies X-Git-Tag: v6.0-rc1~74^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db96b0c5f9db22d908ab5f7cd75904adba4b28ca;p=thirdparty%2Flinux.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 */