diff --git a/Tests/LibSemVer/TestFromStringView.cpp b/Tests/LibSemVer/TestFromStringView.cpp index 59a5e2f673..95d07f8ea4 100644 --- a/Tests/LibSemVer/TestFromStringView.cpp +++ b/Tests/LibSemVer/TestFromStringView.cpp @@ -5,7 +5,6 @@ */ #include -#include #include #include #include diff --git a/Tests/LibSemVer/TestSemVer.cpp b/Tests/LibSemVer/TestSemVer.cpp index b914693e72..d64fb68fb8 100644 --- a/Tests/LibSemVer/TestSemVer.cpp +++ b/Tests/LibSemVer/TestSemVer.cpp @@ -5,7 +5,6 @@ */ #include -#include #include #include #include @@ -198,7 +197,7 @@ TEST_CASE(is_greater_than) // NOLINT(readability-function-cognitive-complexity) EXPECT(IS_GREATER_THAN_SCENARIO("1.0.0-beta"sv, "1.0.0-alpha"sv)); EXPECT(IS_GREATER_THAN_SCENARIO("1.0.0-0.beta"sv, "1.0.0-0.alpha"sv)); - // 3. Either one is numeric, but not both, then numeric given low precendence + // 3. Either one is numeric, but not both, then numeric given low precedence EXPECT(IS_GREATER_THAN_SCENARIO("1.0.0-0.alpha"sv, "1.0.0-0.0"sv)); EXPECT(!IS_GREATER_THAN_SCENARIO("1.0.0-0.0"sv, "1.0.0-0.alpha"sv)); diff --git a/Userland/Libraries/LibAudio/MP3Loader.h b/Userland/Libraries/LibAudio/MP3Loader.h index 0787379bbc..a8f1207f4e 100644 --- a/Userland/Libraries/LibAudio/MP3Loader.h +++ b/Userland/Libraries/LibAudio/MP3Loader.h @@ -10,7 +10,6 @@ #include "MP3Types.h" #include #include -#include #include namespace Audio { diff --git a/Userland/Libraries/LibPDF/Fonts/CFF.h b/Userland/Libraries/LibPDF/Fonts/CFF.h index de5355c526..bed30e8b57 100644 --- a/Userland/Libraries/LibPDF/Fonts/CFF.h +++ b/Userland/Libraries/LibPDF/Fonts/CFF.h @@ -6,7 +6,6 @@ #pragma once -#include #include #include #include diff --git a/Userland/Libraries/LibPDF/Fonts/PDFFont.h b/Userland/Libraries/LibPDF/Fonts/PDFFont.h index c65aa2a64a..f1b2f84c1a 100644 --- a/Userland/Libraries/LibPDF/Fonts/PDFFont.h +++ b/Userland/Libraries/LibPDF/Fonts/PDFFont.h @@ -7,7 +7,6 @@ #pragma once #include -#include #include #include #include diff --git a/Userland/Libraries/LibTest/Randomized/Generator.h b/Userland/Libraries/LibTest/Randomized/Generator.h index a15bddd7c7..35eb176bb4 100644 --- a/Userland/Libraries/LibTest/Randomized/Generator.h +++ b/Userland/Libraries/LibTest/Randomized/Generator.h @@ -13,7 +13,6 @@ #include #include #include -#include #include diff --git a/Userland/Libraries/LibWeb/DOM/AccessibilityTreeNode.cpp b/Userland/Libraries/LibWeb/DOM/AccessibilityTreeNode.cpp index 61cc30a36f..d36c43431f 100644 --- a/Userland/Libraries/LibWeb/DOM/AccessibilityTreeNode.cpp +++ b/Userland/Libraries/LibWeb/DOM/AccessibilityTreeNode.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: BSD-2-Clause */ -#include #include #include #include diff --git a/Userland/Utilities/sed.cpp b/Userland/Utilities/sed.cpp index dcb78b62ff..44c88b9c09 100644 --- a/Userland/Utilities/sed.cpp +++ b/Userland/Utilities/sed.cpp @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include