Remove unnecessary includes from <sortix/kernel/kernel.h>

This commit is contained in:
Jonas 'Sortie' Termansen 2013-10-27 02:48:19 +02:00
parent 291bb7afb3
commit 358f2c4524
1 changed files with 0 additions and 4 deletions

View File

@ -25,10 +25,6 @@
#ifndef SORTIX_KERNEL_H
#define SORTIX_KERNEL_H
#include <sys/types.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <sortix/kernel/decl.h>
#include <sortix/kernel/log.h>
#include <sortix/kernel/panic.h>