From 42e82167772947ff023c4fa496813820618bf0f4 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 3 Jan 2016 21:39:35 +0000 Subject: Sanitize includes --- kernel/clock.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'kernel/clock.c') diff --git a/kernel/clock.c b/kernel/clock.c index 8e83cbe..6d49a63 100644 --- a/kernel/clock.c +++ b/kernel/clock.c @@ -15,11 +15,12 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include -#include #include + +#include #include #include + #include "kernel.h" #include "tasks.h" -- cgit v1.2.3