mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +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,6 +1,6 @@
|
|||
#include "Console.h"
|
||||
#include "IO.h"
|
||||
#include "kprintf.h"
|
||||
#include <Kernel/Console.h>
|
||||
#include <Kernel/IO.h>
|
||||
#include <Kernel/kstdio.h>
|
||||
|
||||
// Bytes output to 0xE9 end up on the Bochs console. It's very handy.
|
||||
#define CONSOLE_OUT_TO_E9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue