summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent/PageHost.cpp
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-01-17 00:04:42 +0100
committerAndreas Kling <kling@serenityos.org>2021-01-17 00:04:42 +0100
commit1cb44ec5eebb7a1766ff9ec67665ece8c2a9f1fe (patch)
tree3df9c00e0a174d2851768d3cc0279d0ec7f73f46 /Userland/Services/WebContent/PageHost.cpp
parentfe96418a70f52a615f91c44d784139f966795f68 (diff)
downloadserenity-1cb44ec5eebb7a1766ff9ec67665ece8c2a9f1fe.zip
Everywhere: Remove more <AK/SharedBuffer.h> includes
Diffstat (limited to 'Userland/Services/WebContent/PageHost.cpp')
-rw-r--r--Userland/Services/WebContent/PageHost.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Services/WebContent/PageHost.cpp b/Userland/Services/WebContent/PageHost.cpp
index c76f1b02cd..f4a47e1259 100644
--- a/Userland/Services/WebContent/PageHost.cpp
+++ b/Userland/Services/WebContent/PageHost.cpp
@@ -26,7 +26,6 @@
#include "PageHost.h"
#include "ClientConnection.h"
-#include <AK/SharedBuffer.h>
#include <LibGfx/Painter.h>
#include <LibGfx/SystemTheme.h>
#include <LibWeb/Layout/InitialContainingBlockBox.h>