]> git.hungrycats.org Git - linux/commitdiff
[PATCH] remove unnecessary headers from mm_page_alloc.c
authorWilliam Lee Irwin III <wli@holomorphy.com>
Thu, 20 Jun 2002 06:54:08 +0000 (23:54 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 20 Jun 2002 06:54:08 +0000 (23:54 -0700)
page_alloc.c does not use either slab.h or swapctl.h. This removes the
inclusion of those headers from page_alloc.c

mm/page_alloc.c

index 971dd87e3cf618bfbbe6dd7d8a55b0871e98bfcb..9aabaf3adbe9b611dc82769074c4872b61b202bc 100644 (file)
 #include <linux/config.h>
 #include <linux/mm.h>
 #include <linux/swap.h>
-#include <linux/swapctl.h>
 #include <linux/interrupt.h>
 #include <linux/pagemap.h>
 #include <linux/bootmem.h>
-#include <linux/slab.h>
 #include <linux/compiler.h>
 #include <linux/module.h>
 #include <linux/suspend.h>