diff options
author | Andreas Kling <kling@serenityos.org> | 2021-08-24 16:28:08 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-24 16:37:28 +0200 |
commit | dfa9dcca9892227d51b1bb545e6eab544d5d9e2c (patch) | |
tree | 1825127ed137e1a45019f72a20d1fe95bed1ad2d /Userland/Libraries/LibWeb/Layout/FrameBox.cpp | |
parent | c9151745631a45e6511eab6ec41308414be8757b (diff) | |
download | serenity-dfa9dcca9892227d51b1bb545e6eab544d5d9e2c.zip |
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/FrameBox.cpp')
-rw-r--r-- | Userland/Libraries/LibWeb/Layout/FrameBox.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/FrameBox.cpp b/Userland/Libraries/LibWeb/Layout/FrameBox.cpp index 1ed914c87e..48c4ba97cf 100644 --- a/Userland/Libraries/LibWeb/Layout/FrameBox.cpp +++ b/Userland/Libraries/LibWeb/Layout/FrameBox.cpp @@ -7,7 +7,6 @@ #include <AK/Debug.h> #include <LibGfx/Painter.h> #include <LibWeb/DOM/Document.h> -#include <LibWeb/InProcessWebView.h> #include <LibWeb/Layout/FrameBox.h> #include <LibWeb/Layout/InitialContainingBlockBox.h> #include <LibWeb/Page/BrowsingContext.h> |