Browse Source

LibWeb: Remove unneeded LibGUI include in Window.cpp

DexesTTP 3 years ago
parent
commit
9e5480bcb5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Userland/Libraries/LibWeb/HTML/Window.cpp

+ 0 - 1
Userland/Libraries/LibWeb/HTML/Window.cpp

@@ -5,7 +5,6 @@
  * SPDX-License-Identifier: BSD-2-Clause
  */
 
-#include <LibGUI/DisplayLink.h>
 #include <LibJS/Runtime/AbstractOperations.h>
 #include <LibJS/Runtime/FunctionObject.h>
 #include <LibWeb/Bindings/IDLAbstractOperations.h>