From 358f2c4524ea14da8bb995d798131c316240e02a Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 27 Oct 2013 02:48:19 +0200 Subject: [PATCH] Remove unnecessary includes from --- sortix/include/sortix/kernel/kernel.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sortix/include/sortix/kernel/kernel.h b/sortix/include/sortix/kernel/kernel.h index 91e37e65..f8ef47fb 100644 --- a/sortix/include/sortix/kernel/kernel.h +++ b/sortix/include/sortix/kernel/kernel.h @@ -25,10 +25,6 @@ #ifndef SORTIX_KERNEL_H #define SORTIX_KERNEL_H -#include -#include -#include -#include #include #include #include