mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
LibTextEncoder/LibURL: Cleanup includes
Cleans up LibURL/Parser.h to use the forwarding header from LibTextEncoder.
This commit is contained in:
Notes:
github-actions[bot]
2026-02-26 17:34:47 +00:00
Author: https://github.com/R-Goc Commit: https://github.com/LadybirdBrowser/ladybird/commit/ae5f28fb40a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7011 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/ayeteadoe
@@ -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 {
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
#include <AK/Forward.h>
|
||||
#include <AK/Function.h>
|
||||
#include <LibTextCodec/Export.h>
|
||||
#include <LibTextCodec/Forward.h>
|
||||
|
||||
namespace TextCodec {
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <LibTextCodec/Export.h>
|
||||
|
||||
namespace TextCodec {
|
||||
|
||||
class Decoder;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user