1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:57:35 +00:00

Userland+Tests: Remove unused <AK/Tuple.h> includes

This commit is contained in:
Hendiadyoin1 2024-02-29 16:30:49 +01:00 committed by Andrew Kaster
parent d1b5f55f91
commit fe0fde2154
8 changed files with 1 additions and 9 deletions

View file

@ -6,7 +6,6 @@
#pragma once
#include <AK/Tuple.h>
#include <AK/Types.h>
#include <LibPDF/Error.h>
#include <LibPDF/Fonts/Type1FontProgram.h>

View file

@ -7,7 +7,6 @@
#pragma once
#include <AK/HashMap.h>
#include <AK/Tuple.h>
#include <LibGfx/Font/OpenType/Font.h>
#include <LibGfx/Forward.h>
#include <LibPDF/Document.h>