1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:07:35 +00:00

Everywhere: Remove unused DeprecatedString includes

This commit is contained in:
Ben Wiederhake 2023-04-09 15:27:30 +02:00 committed by Linus Groh
parent 6bbd920008
commit 560133a0c6
70 changed files with 6 additions and 69 deletions

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <LibTextCodec/Decoder.h> #include <LibTextCodec/Decoder.h>
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>

View file

@ -5,7 +5,6 @@
*/ */
#include <AK/Debug.h> #include <AK/Debug.h>
#include <AK/DeprecatedString.h>
#include <AK/Format.h> #include <AK/Format.h>
#include <LibGfx/ImageFormats/GIFLoader.h> #include <LibGfx/ImageFormats/GIFLoader.h>
#include <stddef.h> #include <stddef.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <LibTextCodec/Decoder.h> #include <LibTextCodec/Decoder.h>
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <LibTextCodec/Decoder.h> #include <LibTextCodec/Decoder.h>
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <LibTextCodec/Decoder.h> #include <LibTextCodec/Decoder.h>
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <AK/StringView.h> #include <AK/StringView.h>
#include <LibIMAP/QuotedPrintable.h> #include <LibIMAP/QuotedPrintable.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <LibTextCodec/Decoder.h> #include <LibTextCodec/Decoder.h>
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <AK/Format.h> #include <AK/Format.h>
#include <AK/Function.h> #include <AK/Function.h>
#include <AK/StringView.h> #include <AK/StringView.h>

View file

@ -7,7 +7,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <LibCore/Forward.h> #include <LibCore/Forward.h>
#include "Common.h" #include "Common.h"

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <Applications/Browser/IconBag.h> #include <Applications/Browser/IconBag.h>
namespace Browser { namespace Browser {

View file

@ -7,7 +7,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <AK/StringView.h> #include <AK/StringView.h>
#include <AK/Vector.h> #include <AK/Vector.h>
#include <LibCore/Account.h> #include <LibCore/Account.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <Applications/PixelPaint/IconBag.h> #include <Applications/PixelPaint/IconBag.h>
namespace PixelPaint { namespace PixelPaint {

View file

@ -7,7 +7,6 @@
#include "ProjectLoader.h" #include "ProjectLoader.h"
#include "Image.h" #include "Image.h"
#include "Layer.h" #include "Layer.h"
#include <AK/DeprecatedString.h>
#include <AK/JsonObject.h> #include <AK/JsonObject.h>
#include <AK/Result.h> #include <AK/Result.h>
#include <LibCore/MappedFile.h> #include <LibCore/MappedFile.h>

View file

@ -6,7 +6,6 @@
#include "Game.h" #include "Game.h"
#include <AK/Array.h> #include <AK/Array.h>
#include <AK/DeprecatedString.h>
#include <AK/NumericLimits.h> #include <AK/NumericLimits.h>
#include <AK/ScopeGuard.h> #include <AK/ScopeGuard.h>
#include <stdlib.h> #include <stdlib.h>

View file

@ -5,7 +5,7 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h> #include <AK/Format.h>
#include <AK/ScopeGuard.h> #include <AK/ScopeGuard.h>
#include <AK/Vector.h> #include <AK/Vector.h>
#include <errno.h> #include <errno.h>

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h> #include <AK/Format.h>
#include <AK/ScopeGuard.h> #include <AK/ScopeGuard.h>
#include <AK/TemporaryChange.h> #include <AK/TemporaryChange.h>
#include <AK/Vector.h> #include <AK/Vector.h>

View file

@ -5,7 +5,6 @@
*/ */
#include <AK/DateConstants.h> #include <AK/DateConstants.h>
#include <AK/DeprecatedString.h>
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <AK/Time.h> #include <AK/Time.h>
#include <Kernel/API/TimePage.h> #include <Kernel/API/TimePage.h>

View file

@ -7,7 +7,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <AK/Function.h> #include <AK/Function.h>
#include <AK/Types.h> #include <AK/Types.h>
#include <AK/WeakPtr.h> #include <AK/WeakPtr.h>

View file

@ -6,7 +6,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <AK/Error.h> #include <AK/Error.h>
#include <AK/OwnPtr.h> #include <AK/OwnPtr.h>
#include <sys/stat.h> #include <sys/stat.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <AK/ScopeGuard.h> #include <AK/ScopeGuard.h>
#include <LibCore/File.h> #include <LibCore/File.h>
#include <LibCore/MappedFile.h> #include <LibCore/MappedFile.h>

View file

@ -5,7 +5,6 @@
*/ */
#include <AK/ByteReader.h> #include <AK/ByteReader.h>
#include <AK/DeprecatedString.h>
#include <AK/Endian.h> #include <AK/Endian.h>
#include <AK/Random.h> #include <AK/Random.h>
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>

View file

@ -9,7 +9,6 @@
#include "AttributeValue.h" #include "AttributeValue.h"
#include "DwarfTypes.h" #include "DwarfTypes.h"
#include <AK/ByteBuffer.h> #include <AK/ByteBuffer.h>
#include <AK/DeprecatedString.h>
#include <AK/NonnullRefPtr.h> #include <AK/NonnullRefPtr.h>
#include <AK/RedBlackTree.h> #include <AK/RedBlackTree.h>
#include <AK/RefCounted.h> #include <AK/RefCounted.h>

View file

@ -6,7 +6,6 @@
#include "LineProgram.h" #include "LineProgram.h"
#include <AK/Debug.h> #include <AK/Debug.h>
#include <AK/DeprecatedString.h>
#include <AK/Function.h> #include <AK/Function.h>
#include <AK/LEB128.h> #include <AK/LEB128.h>
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>

View file

@ -6,7 +6,6 @@
#include <AK/AllOf.h> #include <AK/AllOf.h>
#include <AK/CharacterTypes.h> #include <AK/CharacterTypes.h>
#include <AK/DeprecatedString.h>
#include <AK/Endian.h> #include <AK/Endian.h>
#include <AK/Format.h> #include <AK/Format.h>
#include <AK/Try.h> #include <AK/Try.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <LibGUI/Model.h> #include <LibGUI/Model.h>
#include <LibGUI/Variant.h> #include <LibGUI/Variant.h>

View file

@ -6,7 +6,7 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h> #include <AK/Format.h>
namespace GUI { namespace GUI {

View file

@ -5,7 +5,6 @@
*/ */
#include <AK/Assertions.h> #include <AK/Assertions.h>
#include <AK/DeprecatedString.h>
#include <LibGUI/Event.h> #include <LibGUI/Event.h>
#include <LibGUI/TextEditor.h> #include <LibGUI/TextEditor.h>
#include <LibGUI/VimEditingEngine.h> #include <LibGUI/VimEditingEngine.h>

View file

@ -6,7 +6,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <AK/Optional.h> #include <AK/Optional.h>
#include <AK/URL.h> #include <AK/URL.h>
#include <LibCore/Forward.h> #include <LibCore/Forward.h>

View file

@ -6,7 +6,6 @@
*/ */
#include <AK/Debug.h> #include <AK/Debug.h>
#include <AK/DeprecatedString.h>
#include <AK/HashMap.h> #include <AK/HashMap.h>
#include <AK/LexicalPath.h> #include <AK/LexicalPath.h>
#include <AK/Span.h> #include <AK/Span.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <AK/Endian.h> #include <AK/Endian.h>
#include <LibGfx/ICC/BinaryFormat.h> #include <LibGfx/ICC/BinaryFormat.h>
#include <LibGfx/ICC/TagTypes.h> #include <LibGfx/ICC/TagTypes.h>

View file

@ -5,7 +5,6 @@
*/ */
#include <AK/Debug.h> #include <AK/Debug.h>
#include <AK/DeprecatedString.h>
#include <AK/Endian.h> #include <AK/Endian.h>
#include <AK/Error.h> #include <AK/Error.h>
#include <AK/MemoryStream.h> #include <AK/MemoryStream.h>

View file

@ -8,7 +8,6 @@
#pragma once #pragma once
#include <AK/Debug.h> #include <AK/Debug.h>
#include <AK/DeprecatedString.h>
#include <AK/Endian.h> #include <AK/Endian.h>
#include <AK/ScopeGuard.h> #include <AK/ScopeGuard.h>
#include <AK/String.h> #include <AK/String.h>

View file

@ -5,7 +5,6 @@
*/ */
#include "QOIWriter.h" #include "QOIWriter.h"
#include <AK/DeprecatedString.h>
#include <AK/Endian.h> #include <AK/Endian.h>
namespace Gfx { namespace Gfx {

View file

@ -8,7 +8,6 @@
#pragma once #pragma once
#include <AK/DeprecatedFlyString.h> #include <AK/DeprecatedFlyString.h>
#include <AK/DeprecatedString.h>
#include <AK/HashMap.h> #include <AK/HashMap.h>
#include <AK/Weakable.h> #include <AK/Weakable.h>
#include <LibJS/Forward.h> #include <LibJS/Forward.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <LibJS/Runtime/AbstractOperations.h> #include <LibJS/Runtime/AbstractOperations.h>
#include <LibJS/Runtime/BigInt.h> #include <LibJS/Runtime/BigInt.h>
#include <LibJS/Runtime/BigIntConstructor.h> #include <LibJS/Runtime/BigIntConstructor.h>

View file

@ -8,7 +8,6 @@
#pragma once #pragma once
#include <AK/Badge.h> #include <AK/Badge.h>
#include <AK/DeprecatedString.h>
#include <AK/HashMap.h> #include <AK/HashMap.h>
#include <AK/StringView.h> #include <AK/StringView.h>
#include <LibJS/Forward.h> #include <LibJS/Forward.h>

View file

@ -6,7 +6,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <LibJS/Runtime/Environment.h> #include <LibJS/Runtime/Environment.h>
#include <LibJS/Runtime/EnvironmentCoordinate.h> #include <LibJS/Runtime/EnvironmentCoordinate.h>
#include <LibJS/Runtime/PropertyKey.h> #include <LibJS/Runtime/PropertyKey.h>

View file

@ -6,7 +6,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <AK/Optional.h> #include <AK/Optional.h>
#include <LibJS/Forward.h> #include <LibJS/Forward.h>
#include <LibJS/Runtime/Utf16String.h> #include <LibJS/Runtime/Utf16String.h>

View file

@ -6,7 +6,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <AK/Function.h> #include <AK/Function.h>
#include <AK/HashMap.h> #include <AK/HashMap.h>
#include <AK/Vector.h> #include <AK/Vector.h>

View file

@ -6,7 +6,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <AK/Forward.h> #include <AK/Forward.h>
#include <LibLine/StringMetrics.h> #include <LibLine/StringMetrics.h>
#include <LibLine/SuggestionManager.h> #include <LibLine/SuggestionManager.h>

View file

@ -6,7 +6,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <AK/Format.h> #include <AK/Format.h>
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <AK/Vector.h> #include <AK/Vector.h>

View file

@ -6,7 +6,7 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h> #include <AK/StringView.h>
#include <AK/Types.h> #include <AK/Types.h>
#ifdef AK_OS_SERENITY #ifdef AK_OS_SERENITY
# include <bits/regex_defs.h> # include <bits/regex_defs.h>

View file

@ -7,6 +7,7 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <AK/Error.h> #include <AK/Error.h>
#include <AK/Noncopyable.h> #include <AK/Noncopyable.h>
#include <LibSQL/Type.h> #include <LibSQL/Type.h>

View file

@ -6,7 +6,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <AK/HashMap.h> #include <AK/HashMap.h>
#include <AK/StringView.h> #include <AK/StringView.h>

View file

@ -5,7 +5,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <AK/MemoryStream.h> #include <AK/MemoryStream.h>
#include <LibGfx/Point.h> #include <LibGfx/Point.h>
#include <LibGfx/Size.h> #include <LibGfx/Size.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <AK/HashMap.h> #include <AK/HashMap.h>
#include <LibJS/Forward.h> #include <LibJS/Forward.h>
#include <LibJS/Runtime/NativeFunction.h> #include <LibJS/Runtime/NativeFunction.h>

View file

@ -10,7 +10,6 @@
#pragma once #pragma once
#include <AK/Concepts.h> #include <AK/Concepts.h>
#include <AK/DeprecatedString.h>
#include <AK/GenericShorthands.h> #include <AK/GenericShorthands.h>
#include <AK/NonnullOwnPtr.h> #include <AK/NonnullOwnPtr.h>
#include <AK/RefCounted.h> #include <AK/RefCounted.h>

View file

@ -6,7 +6,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <LibWeb/HTML/HTMLCanvasElement.h> #include <LibWeb/HTML/HTMLCanvasElement.h>
#include <LibWeb/HTML/HTMLImageElement.h> #include <LibWeb/HTML/HTMLImageElement.h>
#include <LibWeb/WebIDL/ExceptionOr.h> #include <LibWeb/WebIDL/ExceptionOr.h>

View file

@ -5,7 +5,6 @@
*/ */
#include <AK/Debug.h> #include <AK/Debug.h>
#include <AK/DeprecatedString.h>
#include <LibJS/Runtime/ConsoleObject.h> #include <LibJS/Runtime/ConsoleObject.h>
#include <LibJS/Runtime/Realm.h> #include <LibJS/Runtime/Realm.h>
#include <LibWeb/Bindings/MainThreadVM.h> #include <LibWeb/Bindings/MainThreadVM.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <LibWeb/HTML/WorkerGlobalScope.h> #include <LibWeb/HTML/WorkerGlobalScope.h>
#include <LibWeb/HTML/WorkerLocation.h> #include <LibWeb/HTML/WorkerLocation.h>

View file

@ -7,7 +7,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <AK/HashMap.h> #include <AK/HashMap.h>
namespace Web::MimeSniff { namespace Web::MimeSniff {

View file

@ -7,7 +7,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <AK/Vector.h> #include <AK/Vector.h>
#include <LibGfx/Point.h> #include <LibGfx/Point.h>

View file

@ -7,7 +7,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <AK/URL.h> #include <AK/URL.h>
#include <LibWeb/Bindings/PlatformObject.h> #include <LibWeb/Bindings/PlatformObject.h>
#include <LibWeb/URL/URLSearchParams.h> #include <LibWeb/URL/URLSearchParams.h>

View file

@ -5,7 +5,6 @@
*/ */
#include "MCTSTree.h" #include "MCTSTree.h"
#include <AK/DeprecatedString.h>
#include <stdlib.h> #include <stdlib.h>
MCTSTree::MCTSTree(Chess::Board const& board, MCTSTree* parent) MCTSTree::MCTSTree(Chess::Board const& board, MCTSTree* parent)

View file

@ -6,7 +6,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <AK/NonnullRefPtr.h> #include <AK/NonnullRefPtr.h>
#include <AK/Vector.h> #include <AK/Vector.h>
#include <LibCore/Object.h> #include <LibCore/Object.h>

View file

@ -7,7 +7,6 @@
#include "Client.h" #include "Client.h"
#include <AK/ByteBuffer.h> #include <AK/ByteBuffer.h>
#include <AK/DeprecatedString.h>
#include <AK/MemoryStream.h> #include <AK/MemoryStream.h>
#include <AK/StringBuilder.h> #include <AK/StringBuilder.h>
#include <AK/StringView.h> #include <AK/StringView.h>

View file

@ -6,7 +6,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <AK/StringView.h> #include <AK/StringView.h>
#include <AK/Types.h> #include <AK/Types.h>
#include <LibCore/Notifier.h> #include <LibCore/Notifier.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <AK/Types.h> #include <AK/Types.h>
#include "Parser.h" #include "Parser.h"

View file

@ -6,7 +6,6 @@
#pragma once #pragma once
#include <AK/DeprecatedString.h>
#include <AK/Function.h> #include <AK/Function.h>
#include <AK/StringView.h> #include <AK/StringView.h>
#include <AK/Types.h> #include <AK/Types.h>

View file

@ -8,7 +8,6 @@
#include "ScreenBackend.h" #include "ScreenBackend.h"
#include "ScreenLayout.h" #include "ScreenLayout.h"
#include <AK/DeprecatedString.h>
#include <AK/Error.h> #include <AK/Error.h>
#include <AK/Span.h> #include <AK/Span.h>

View file

@ -7,7 +7,6 @@
#pragma once #pragma once
#include "Forward.h" #include "Forward.h"
#include <AK/DeprecatedString.h>
#include <AK/Forward.h> #include <AK/Forward.h>
#include <AK/Vector.h> #include <AK/Vector.h>
#include <LibCore/ElapsedTimer.h> #include <LibCore/ElapsedTimer.h>

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h> #include <AK/Format.h>
#include <AK/Optional.h> #include <AK/Optional.h>
#include <LibCore/ElapsedTimer.h> #include <LibCore/ElapsedTimer.h>
#include <LibMain/Main.h> #include <LibMain/Main.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <LibCore/ArgsParser.h> #include <LibCore/ArgsParser.h>
#include <LibCore/DateTime.h> #include <LibCore/DateTime.h>
#include <LibCore/System.h> #include <LibCore/System.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <AK/Optional.h> #include <AK/Optional.h>
#include <LibCore/System.h> #include <LibCore/System.h>
#include <LibMain/Main.h> #include <LibMain/Main.h>

View file

@ -5,7 +5,6 @@
*/ */
#include <AK/ByteBuffer.h> #include <AK/ByteBuffer.h>
#include <AK/DeprecatedString.h>
#include <AK/FixedArray.h> #include <AK/FixedArray.h>
#include <AK/JsonArray.h> #include <AK/JsonArray.h>
#include <AK/JsonObject.h> #include <AK/JsonObject.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <AK/Format.h> #include <AK/Format.h>
#include <AK/StdLibExtras.h> #include <AK/StdLibExtras.h>
#include <AK/Vector.h> #include <AK/Vector.h>

View file

@ -5,7 +5,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <AK/Random.h> #include <AK/Random.h>
#include <AK/Vector.h> #include <AK/Vector.h>
#include <LibCore/ArgsParser.h> #include <LibCore/ArgsParser.h>

View file

@ -5,7 +5,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <LibCore/ArgsParser.h> #include <LibCore/ArgsParser.h>
#include <LibCore/DateTime.h> #include <LibCore/DateTime.h>
#include <LibCore/System.h> #include <LibCore/System.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <LibCore/ArgsParser.h> #include <LibCore/ArgsParser.h>
#include <LibCore/File.h> #include <LibCore/File.h>
#include <LibMain/Main.h> #include <LibMain/Main.h>

View file

@ -5,7 +5,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/DeprecatedString.h>
#include <LibCore/Account.h> #include <LibCore/Account.h>
#include <LibCore/ArgsParser.h> #include <LibCore/ArgsParser.h>
#include <LibCore/DeprecatedFile.h> #include <LibCore/DeprecatedFile.h>