From: Huang Weiyi Date: Mon, 20 Oct 2008 22:43:33 +0000 (+0800) Subject: mm: remove duplicated #include's X-Git-Tag: v2.6.28-rc1~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a50c22eed593f474e75f693381e4d42e81762de8;p=thirdparty%2Flinux.git mm: remove duplicated #include's Removed duplicated #include in mm/vmalloc.c and "internal.h" in mm/memory.c. Signed-off-by: Huang Weiyi Signed-off-by: Linus Torvalds --- diff --git a/mm/memory.c b/mm/memory.c index 3a6c4a6583256..164951c473058 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -64,8 +64,6 @@ #include "internal.h" -#include "internal.h" - #ifndef CONFIG_NEED_MULTIPLE_NODES /* use the per-pgdat data instead for discontigmem - mbligh */ unsigned long max_mapnr; diff --git a/mm/vmalloc.c b/mm/vmalloc.c index 0797589d51f84..65ae576030da5 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include