1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:17:36 +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

@ -13,7 +13,6 @@
#include <AK/Random.h>
#include <AK/String.h>
#include <AK/StringView.h>
#include <AK/Tuple.h>
#include <math.h>