[sched.h 7/8] remove rbtree.h inclusion from sched.h

From: William Lee Irwin III
Date: Fri Sep 24 2004 - 22:33:59 EST


On Fri, Sep 24, 2004 at 08:26:16PM -0700, William Lee Irwin III wrote:
> This patch moves the aio inclusion from sched.h to mm.h, while leaving
> workqueue.h directly included by sched.h; a large sweep is required to
> clean up drivers including workqueue.h indirectly via sched.h

This patch removes the inclusion of rbtree.h in sched.h

Index: mm3-2.6.9-rc2/include/linux/sched.h
===================================================================
--- mm3-2.6.9-rc2.orig/include/linux/sched.h 2004-09-24 19:16:49.428426784 -0700
+++ mm3-2.6.9-rc2/include/linux/sched.h 2004-09-24 19:23:12.432201360 -0700
@@ -10,7 +10,6 @@
#include <linux/types.h>
#include <linux/timex.h>
#include <linux/jiffies.h>
-#include <linux/rbtree.h>
#include <linux/thread_info.h>
#include <linux/cpumask.h>
#include <linux/nodemask.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/