LibWeb: Remove circular include NavigatorBeacon.h <-> Navigator.h

NavigatorBeaconMixin doesn't even need to know about Navigator
This commit is contained in:
Andrew Kaster 2024-08-06 21:55:38 -06:00 committed by Andreas Kling
commit 35f4b8bb5c
Notes: github-actions[bot] 2024-08-19 10:58:13 +00:00

View file

@ -7,7 +7,6 @@
#pragma once
#include <LibWeb/Fetch/BodyInit.h>
#include <LibWeb/HTML/Navigator.h>
#include <LibWeb/WebIDL/ExceptionOr.h>
namespace Web::HTML {