LibTextEncoder/LibURL: Cleanup includes

Cleans up LibURL/Parser.h to use the forwarding header from
LibTextEncoder.
This commit is contained in:
R-Goc
2026-01-16 15:14:26 +01:00
committed by Shannon Booth
parent a238894e53
commit ae5f28fb40
Notes: github-actions[bot] 2026-02-26 17:34:47 +00:00
4 changed files with 3 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
#include <AK/Function.h>
#include <AK/Optional.h>
#include <AK/String.h>
#include <LibTextCodec/Export.h>
#include <LibTextCodec/Forward.h>
namespace TextCodec {

View File

@@ -8,6 +8,7 @@
#include <AK/Forward.h>
#include <AK/Function.h>
#include <LibTextCodec/Export.h>
#include <LibTextCodec/Forward.h>
namespace TextCodec {

View File

@@ -6,8 +6,6 @@
#pragma once
#include <LibTextCodec/Export.h>
namespace TextCodec {
class Decoder;

View File

@@ -9,7 +9,7 @@
#include <AK/Optional.h>
#include <AK/StringView.h>
#include <LibTextCodec/Encoder.h>
#include <LibTextCodec/Forward.h>
#include <LibURL/URL.h>
namespace URL {