From: Ingo Molnar Date: Mon, 9 Jul 2007 16:52:00 +0000 (+0200) Subject: sched: clean up include files in sched.c X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=dff06c157b6089b774514337769a3c1b7ccccf6c;p=deliverable%2Flinux.git sched: clean up include files in sched.c clean up include files in sched.c, they were still old-style . Signed-off-by: Ingo Molnar --- diff --git a/kernel/sched.c b/kernel/sched.c index 2d23450e7614..7ce959e0b69a 100644 --- a/kernel/sched.c +++ b/kernel/sched.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include @@ -53,9 +53,9 @@ #include #include #include +#include #include -#include /* * Scheduler clock - returns current time in nanosec units.