Selaa lähdekoodia

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

NavigatorBeaconMixin doesn't even need to know about Navigator
Andrew Kaster 1 vuosi sitten
vanhempi
commit
35f4b8bb5c
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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 {