|
@@ -45,13 +45,13 @@
|
|
|
#include <LibWeb/HTML/HTMLImageElement.h>
|
|
|
#include <LibWeb/HTML/HTMLScriptElement.h>
|
|
|
#include <LibWeb/HTML/HTMLTitleElement.h>
|
|
|
-#include <LibWeb/InProcessWebView.h>
|
|
|
#include <LibWeb/Layout/BlockFormattingContext.h>
|
|
|
#include <LibWeb/Layout/InitialContainingBlockBox.h>
|
|
|
#include <LibWeb/Layout/TreeBuilder.h>
|
|
|
#include <LibWeb/Namespace.h>
|
|
|
#include <LibWeb/Origin.h>
|
|
|
#include <LibWeb/Page/BrowsingContext.h>
|
|
|
+#include <LibWeb/Page/Page.h>
|
|
|
#include <LibWeb/SVG/TagNames.h>
|
|
|
#include <LibWeb/UIEvents/MouseEvent.h>
|
|
|
|