Browse Source

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

NavigatorBeaconMixin doesn't even need to know about Navigator
Andrew Kaster 11 months ago
parent
commit
35f4b8bb5c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Userland/Libraries/LibWeb/HTML/NavigatorBeacon.h

+ 0 - 1
Userland/Libraries/LibWeb/HTML/NavigatorBeacon.h

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