LibHTTP: Remove unused header in HeaderList

This commit is contained in:
Ben Wiederhake 2026-02-21 16:56:07 +01:00 committed by Jelle Raaijmakers
parent 2a369a2a26
commit 7ad95c78af
2 changed files with 1 additions and 1 deletions

View file

@ -7,6 +7,7 @@
*/
#include <AK/GenericLexer.h>
#include <AK/HashTable.h>
#include <AK/StringUtils.h>
#include <LibHTTP/HeaderList.h>

View file

@ -8,7 +8,6 @@
#pragma once
#include <AK/ByteString.h>
#include <AK/HashTable.h>
#include <AK/NonnullRefPtr.h>
#include <AK/Optional.h>
#include <AK/RefCounted.h>