From b83cb09db194f0e18ef76f36aea3801959295f22 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Mon, 2 Jan 2023 15:15:14 +0100 Subject: Everywhere: Fix badly-formatted includes In 7c5e30daaa615ad3a2ef55222423a747ac0a1227, the focus was "only" on Userland/Libraries/, whereas this commit cleans up the remaining headers in the repo, and any new badly-formatted include. --- Tests/AK/TestVector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/AK') diff --git a/Tests/AK/TestVector.cpp b/Tests/AK/TestVector.cpp index b7c778d746..8444c317e6 100644 --- a/Tests/AK/TestVector.cpp +++ b/Tests/AK/TestVector.cpp @@ -4,12 +4,12 @@ * SPDX-License-Identifier: BSD-2-Clause */ -#include "AK/ReverseIterator.h" #include #include #include #include +#include #include TEST_CASE(construct) -- cgit v1.2.3