From d1644c26d63f072000bb1dfd0c1d15369bf58b4c Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Sat, 31 Jul 2021 03:53:13 -0700 Subject: [PATCH] Tests: Remove unused header includes --- Tests/AK/TestBase64.cpp | 1 - Tests/AK/TestFind.cpp | 1 - Tests/AK/TestJSON.cpp | 1 - Tests/AK/TestQuickSort.cpp | 1 - Tests/AK/TestUFixedBigInt.cpp | 2 -- 5 files changed, 6 deletions(-) diff --git a/Tests/AK/TestBase64.cpp b/Tests/AK/TestBase64.cpp index 698a86c354..3e4baa372b 100644 --- a/Tests/AK/TestBase64.cpp +++ b/Tests/AK/TestBase64.cpp @@ -7,7 +7,6 @@ #include #include -#include #include #include diff --git a/Tests/AK/TestFind.cpp b/Tests/AK/TestFind.cpp index 26d4ab11fd..bee248d799 100644 --- a/Tests/AK/TestFind.cpp +++ b/Tests/AK/TestFind.cpp @@ -8,7 +8,6 @@ #include #include -#include TEST_CASE(should_return_end_if_not_in_container) { diff --git a/Tests/AK/TestJSON.cpp b/Tests/AK/TestJSON.cpp index 7f8da710c0..0bc42167b6 100644 --- a/Tests/AK/TestJSON.cpp +++ b/Tests/AK/TestJSON.cpp @@ -7,7 +7,6 @@ #include #include -#include #include #include #include diff --git a/Tests/AK/TestQuickSort.cpp b/Tests/AK/TestQuickSort.cpp index 23fc7692dc..12cbf18c7f 100644 --- a/Tests/AK/TestQuickSort.cpp +++ b/Tests/AK/TestQuickSort.cpp @@ -6,7 +6,6 @@ #include -#include #include #include #include diff --git a/Tests/AK/TestUFixedBigInt.cpp b/Tests/AK/TestUFixedBigInt.cpp index 76ed5c6e0a..258beb06bf 100644 --- a/Tests/AK/TestUFixedBigInt.cpp +++ b/Tests/AK/TestUFixedBigInt.cpp @@ -11,8 +11,6 @@ #include #include -#include - constexpr int test_iterations = 32; TEST_CASE(one_plus_one)