浏览代码

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

NavigatorBeaconMixin doesn't even need to know about Navigator
Andrew Kaster 11 月之前
父节点
当前提交
35f4b8bb5c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Userland/Libraries/LibWeb/HTML/NavigatorBeacon.h

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

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