mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 16:49:54 +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
Notes:
sideshowbarker
2024-07-19 15:58:28 +09:00
Author: https://github.com/awesomekling
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