LibWeb+Browser: Remove unnecessary InProcessWebView.h includes

This commit is contained in:
Andreas Kling 2021-08-24 16:28:08 +02:00
commit dfa9dcca98
Notes: sideshowbarker 2024-07-18 05:19:30 +09:00
10 changed files with 7 additions and 11 deletions

View file

@ -9,11 +9,11 @@
#include <LibWeb/DOM/HTMLCollection.h>
#include <LibWeb/DOM/Window.h>
#include <LibWeb/HTML/HTMLAnchorElement.h>
#include <LibWeb/InProcessWebView.h>
#include <LibWeb/Layout/BreakNode.h>
#include <LibWeb/Layout/InitialContainingBlockBox.h>
#include <LibWeb/Layout/TextNode.h>
#include <LibWeb/Page/BrowsingContext.h>
#include <LibWeb/Page/Page.h>
#include <LibWeb/UIEvents/EventNames.h>
namespace Web {