LibHTTP: Remove unused header in ParsedCookie

This commit is contained in:
Ben Wiederhake 2026-02-21 16:51:13 +01:00 committed by Jelle Raaijmakers
parent a4e9287411
commit 2a369a2a26

View file

@ -10,7 +10,6 @@
#include <AK/String.h>
#include <AK/Time.h>
#include <LibHTTP/Cookie/Cookie.h>
#include <LibHTTP/Forward.h>
#include <LibIPC/Forward.h>
#include <LibURL/Forward.h>