mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +00:00
Kernel: Get rid of Unix namespace.
This is no longer needed as the Kernel can stand on its own legs now and there won't be any conflict with host system data types.
This commit is contained in:
parent
69a3aecf6b
commit
8bb18fdc56
21 changed files with 124 additions and 125 deletions
|
@ -1,7 +1,7 @@
|
|||
#include "kprintf.h"
|
||||
#include "Console.h"
|
||||
#include "IO.h"
|
||||
#include <stdarg.h>
|
||||
#include <LibC/stdarg.h>
|
||||
#include "Process.h"
|
||||
#include <AK/Types.h>
|
||||
#include <AK/printf.cpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue