1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:07:36 +00:00

AK: Clean up includes around printf/vdbgprintf

This commit is contained in:
Ben Wiederhake 2021-02-06 22:13:49 +01:00 committed by Andreas Kling
parent c6a42ab5c3
commit de947acaf9
2 changed files with 2 additions and 3 deletions

View file

@ -26,10 +26,8 @@
#pragma once
#include <AK/Assertions.h>
#include <AK/LogStream.h>
#include <AK/Format.h>
#include <AK/StdLibExtras.h>
#include <AK/StringBuilder.h>
#include <AK/Types.h>
#include <stdarg.h>