1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:37:44 +00:00

Everywhere: Move AK/Debug.h include to using files or remove

This commit is contained in:
Ben Wiederhake 2023-01-02 21:07:18 +01:00 committed by Tim Flynn
parent a55360781b
commit 8a331d4fa0
20 changed files with 8 additions and 12 deletions

View file

@ -6,6 +6,7 @@
#pragma once
#include <AK/Debug.h>
#include <AK/HashTable.h>
#include <AK/SourceLocation.h>
#include <AK/Tuple.h>

View file

@ -4,6 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Debug.h>
#include <AK/LEB128.h>
#include <AK/ScopeGuard.h>
#include <AK/ScopeLogger.h>

View file

@ -7,7 +7,6 @@
#pragma once
#include <AK/Badge.h>
#include <AK/Debug.h>
#include <AK/DeprecatedString.h>
#include <AK/DistinctNumeric.h>
#include <AK/MemoryStream.h>