* remove unnecessary headers from mm/page_alloc.c
@ 2002-06-15 18:22 William Lee Irwin III
0 siblings, 0 replies; only message in thread
From: William Lee Irwin III @ 2002-06-15 18:22 UTC (permalink / raw)
To: linux-kernel; +Cc: trivial
page_alloc.c does not use either slab.h or swapctl.h. This removes the
inclusion of those headers from page_alloc.c
Cheers,
Bill
===== mm/page_alloc.c 1.67 vs edited =====
--- 1.67/mm/page_alloc.c Mon Jun 3 08:25:10 2002
+++ edited/mm/page_alloc.c Sat Jun 15 11:21:33 2002
@@ -15,11 +15,9 @@
#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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-06-15 18:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-15 18:22 remove unnecessary headers from mm/page_alloc.c William Lee Irwin III
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox