mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:38:10 +00:00
AK: Rename printf.cpp to PrintfImplementation.h.
This commit is contained in:
parent
1d5a3507b2
commit
98eeb8f22d
5 changed files with 25 additions and 31 deletions
|
@ -1,10 +1,10 @@
|
|||
#include <Kernel/kstdio.h>
|
||||
#include <AK/PrintfImplementation.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/Console.h>
|
||||
#include <Kernel/IO.h>
|
||||
#include <LibC/stdarg.h>
|
||||
#include <Kernel/Process.h>
|
||||
#include <AK/Types.h>
|
||||
#include <AK/printf.cpp>
|
||||
#include <Kernel/kstdio.h>
|
||||
#include <LibC/stdarg.h>
|
||||
|
||||
static void console_putch(char*&, char ch)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue