mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Remove unnecessary includes from <sortix/kernel/kernel.h>
This commit is contained in:
parent
291bb7afb3
commit
358f2c4524
1 changed files with 0 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue