1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:58:12 +00:00

AK: Rename printf.cpp to PrintfImplementation.h.

This commit is contained in:
Andreas Kling 2019-06-07 11:41:11 +02:00
parent 1d5a3507b2
commit 98eeb8f22d
5 changed files with 25 additions and 31 deletions

View file

@ -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 {