summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-08-24 16:28:08 +0200
committerAndreas Kling <kling@serenityos.org>2021-08-24 16:37:28 +0200
commitdfa9dcca9892227d51b1bb545e6eab544d5d9e2c (patch)
tree1825127ed137e1a45019f72a20d1fe95bed1ad2d /Userland/Applications/Browser
parentc9151745631a45e6511eab6ec41308414be8757b (diff)
downloadserenity-dfa9dcca9892227d51b1bb545e6eab544d5d9e2c.zip
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
Diffstat (limited to 'Userland/Applications/Browser')
-rw-r--r--Userland/Applications/Browser/BrowserConsoleClient.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/Browser/BrowserConsoleClient.h b/Userland/Applications/Browser/BrowserConsoleClient.h
index 06208cfb91..7c99f69e40 100644
--- a/Userland/Applications/Browser/BrowserConsoleClient.h
+++ b/Userland/Applications/Browser/BrowserConsoleClient.h
@@ -9,7 +9,6 @@
#include <LibGUI/Widget.h>
#include <LibJS/Console.h>
#include <LibJS/Forward.h>
-#include <LibWeb/InProcessWebView.h>
namespace Browser {