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/Applications/Browser | |
parent | c9151745631a45e6511eab6ec41308414be8757b (diff) | |
download | serenity-dfa9dcca9892227d51b1bb545e6eab544d5d9e2c.zip |
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
Diffstat (limited to 'Userland/Applications/Browser')
-rw-r--r-- | Userland/Applications/Browser/BrowserConsoleClient.h | 1 |
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 { |