[PATCH] kill unneeded include in net/sched
From: Felipe W Damasio
Date: Tue Sep 09 2003 - 11:38:15 EST
Hi Andrew,
This patch (against 2.6-test5) kills all the remaining code that
Randy's checkversion.pl said was using linux/version.h unnecessary on
net/sched.
Please apply.
Cheers,
Felipe
diff -u -rN linux-2.6.0-test5/net/sched/sch_htb.c linux-2.6.0-test5-fwd/net/sched/sch_htb.c
--- linux-2.6.0-test5/net/sched/sch_htb.c Mon Sep 8 16:50:08 2003
+++ linux-2.6.0-test5-fwd/net/sched/sch_htb.c Tue Sep 9 11:58:01 2003
@@ -32,7 +32,6 @@
#include <asm/bitops.h>
#include <linux/types.h>
#include <linux/kernel.h>
-#include <linux/version.h>
#include <linux/sched.h>
#include <linux/string.h>
#include <linux/mm.h>