Ver Fonte

LibWeb: Remove unnecessary WindowObject.h include in DOMException.h

Andreas Kling há 3 anos atrás
pai
commit
fb2f7c7b9c
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      Userland/Libraries/LibWeb/DOM/DOMException.h

+ 0 - 1
Userland/Libraries/LibWeb/DOM/DOMException.h

@@ -9,7 +9,6 @@
 #include <AK/FlyString.h>
 #include <AK/NonnullRefPtr.h>
 #include <AK/RefCounted.h>
-#include <LibWeb/Bindings/WindowObject.h>
 #include <LibWeb/Bindings/Wrappable.h>
 
 namespace Web::DOM {