LibHTTP: Remove unused header in HttpRequest

This commit is contained in:
Ben Wiederhake 2026-02-21 16:58:05 +01:00 committed by Jelle Raaijmakers
parent 7ad95c78af
commit 2e51182560
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Base64.h>
#include <AK/StringBuilder.h>
#include <LibHTTP/HttpRequest.h>

View file

@ -10,7 +10,6 @@
#include <AK/ByteBuffer.h>
#include <AK/ByteString.h>
#include <AK/Noncopyable.h>
#include <LibCore/Forward.h>
#include <LibHTTP/HeaderList.h>
#include <LibURL/URL.h>