Browse Source

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

NavigatorBeaconMixin doesn't even need to know about Navigator
Andrew Kaster 1 năm trước cách đây
mục cha
commit
35f4b8bb5c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {