AK: Rename printf.cpp to PrintfImplementation.h.

This commit is contained in:
Andreas Kling 2019-06-07 11:41:11 +02:00
commit 98eeb8f22d
Notes: sideshowbarker 2024-07-19 13:41:55 +09:00
5 changed files with 25 additions and 31 deletions

View file

@ -1,9 +1,9 @@
#include <AK/PrintfImplementation.h>
#include <LibCore/CIODevice.h>
#include <stdio.h>
#include <sys/select.h>
#include <sys/time.h>
#include <unistd.h>
#include <AK/printf.cpp>
CIODevice::CIODevice(CObject* parent)
: CObject(parent)