mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:07:45 +00:00
Kernel: Remove two unneeded headers.
This commit is contained in:
parent
d8e1545783
commit
0bc72551f4
7 changed files with 15 additions and 44 deletions
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "kprintf.h"
|
||||
#include "i386.h"
|
||||
#include <Kernel/kstdio.h>
|
||||
#include <Kernel/i386.h>
|
||||
|
||||
[[noreturn]] void __assertion_failed(const char* msg, const char* file, unsigned line, const char* func);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue