mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
AK: Rename printf.cpp to PrintfImplementation.h.
This commit is contained in:
parent
1d5a3507b2
commit
98eeb8f22d
Notes:
sideshowbarker
2024-07-19 13:41:55 +09:00
Author: https://github.com/awesomekling
Commit: 98eeb8f22d
5 changed files with 25 additions and 31 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "StringBuilder.h"
|
||||
#include "printf.cpp"
|
||||
#include <AK/PrintfImplementation.h>
|
||||
#include <AK/StdLibExtras.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <LibC/stdarg.h>
|
||||
|
||||
namespace AK {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue