mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-12 14:12:52 +00:00
Tests: Remove unused header includes
This commit is contained in:
parent
a4c37d49a0
commit
d1644c26d6
Notes:
sideshowbarker
2024-07-18 07:39:33 +09:00
Author: https://github.com/bgianfo
Commit: d1644c26d6
Pull-request: https://github.com/SerenityOS/serenity/pull/9120
Reviewed-by: https://github.com/AtkinsSJ ✅
5 changed files with 0 additions and 6 deletions
|
@ -7,7 +7,6 @@
|
|||
#include <LibTest/TestCase.h>
|
||||
|
||||
#include <AK/Base64.h>
|
||||
#include <AK/ByteBuffer.h>
|
||||
#include <AK/String.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include <AK/Array.h>
|
||||
#include <AK/Find.h>
|
||||
#include <AK/Vector.h>
|
||||
|
||||
TEST_CASE(should_return_end_if_not_in_container)
|
||||
{
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include <LibTest/TestCase.h>
|
||||
|
||||
#include <AK/HashMap.h>
|
||||
#include <AK/JsonArray.h>
|
||||
#include <AK/JsonObject.h>
|
||||
#include <AK/JsonValue.h>
|
||||
#include <AK/String.h>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
#include <LibTest/TestCase.h>
|
||||
|
||||
#include <AK/Checked.h>
|
||||
#include <AK/Noncopyable.h>
|
||||
#include <AK/QuickSort.h>
|
||||
#include <AK/StdLibExtras.h>
|
||||
|
|
|
@ -11,8 +11,6 @@
|
|||
#include <AK/Random.h>
|
||||
#include <AK/UFixedBigInt.h>
|
||||
|
||||
#include <time.h>
|
||||
|
||||
constexpr int test_iterations = 32;
|
||||
|
||||
TEST_CASE(one_plus_one)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue