summaryrefslogtreecommitdiff
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
parentfe96418a70f52a615f91c44d784139f966795f68 (diff)
downloadserenity-1cb44ec5eebb7a1766ff9ec67665ece8c2a9f1fe.zip
Everywhere: Remove more <AK/SharedBuffer.h> includes
-rw-r--r--Userland/Libraries/LibGUI/WindowServerConnection.cpp1
-rw-r--r--Userland/Libraries/LibGfx/Palette.cpp1
-rw-r--r--Userland/Libraries/LibGfx/SystemTheme.cpp1
-rw-r--r--Userland/Libraries/LibWeb/OutOfProcessWebView.cpp1
-rw-r--r--Userland/Services/ImageDecoder/ClientConnection.cpp1
-rw-r--r--Userland/Services/WebContent/ClientConnection.cpp1
-rw-r--r--Userland/Services/WebContent/PageHost.cpp1
-rw-r--r--Userland/Services/WindowServer/ClientConnection.cpp1
-rw-r--r--Userland/Services/WindowServer/WindowManager.cpp1
-rw-r--r--Userland/Services/WindowServer/main.cpp1
-rw-r--r--Userland/Utilities/pro.cpp1
11 files changed, 0 insertions, 11 deletions
diff --git a/Userland/Libraries/LibGUI/WindowServerConnection.cpp b/Userland/Libraries/LibGUI/WindowServerConnection.cpp
index b3167fff19..19555cdac6 100644
--- a/Userland/Libraries/LibGUI/WindowServerConnection.cpp
+++ b/Userland/Libraries/LibGUI/WindowServerConnection.cpp
@@ -24,7 +24,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <AK/SharedBuffer.h>
#include <AK/StringBuilder.h>
#include <LibCore/EventLoop.h>
#include <LibCore/MimeData.h>
diff --git a/Userland/Libraries/LibGfx/Palette.cpp b/Userland/Libraries/LibGfx/Palette.cpp
index 2616c4d06e..d1189df3ef 100644
--- a/Userland/Libraries/LibGfx/Palette.cpp
+++ b/Userland/Libraries/LibGfx/Palette.cpp
@@ -25,7 +25,6 @@
*/
#include <AK/Badge.h>
-#include <AK/SharedBuffer.h>
#include <LibGfx/Palette.h>
#include <string.h>
diff --git a/Userland/Libraries/LibGfx/SystemTheme.cpp b/Userland/Libraries/LibGfx/SystemTheme.cpp
index 7d48311dfa..2c4853766c 100644
--- a/Userland/Libraries/LibGfx/SystemTheme.cpp
+++ b/Userland/Libraries/LibGfx/SystemTheme.cpp
@@ -24,7 +24,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <AK/SharedBuffer.h>
#include <LibCore/ConfigFile.h>
#include <LibGfx/SystemTheme.h>
#include <string.h>
diff --git a/Userland/Libraries/LibWeb/OutOfProcessWebView.cpp b/Userland/Libraries/LibWeb/OutOfProcessWebView.cpp
index ae3bfb7ecb..282749090c 100644
--- a/Userland/Libraries/LibWeb/OutOfProcessWebView.cpp
+++ b/Userland/Libraries/LibWeb/OutOfProcessWebView.cpp
@@ -26,7 +26,6 @@
#include "OutOfProcessWebView.h"
#include "WebContentClient.h"
-#include <AK/SharedBuffer.h>
#include <LibGUI/MessageBox.h>
#include <LibGUI/Painter.h>
#include <LibGUI/ScrollBar.h>
diff --git a/Userland/Services/ImageDecoder/ClientConnection.cpp b/Userland/Services/ImageDecoder/ClientConnection.cpp
index c52a221a5f..e6cb73cbfb 100644
--- a/Userland/Services/ImageDecoder/ClientConnection.cpp
+++ b/Userland/Services/ImageDecoder/ClientConnection.cpp
@@ -25,7 +25,6 @@
*/
#include <AK/Badge.h>
-#include <AK/SharedBuffer.h>
#include <ImageDecoder/ClientConnection.h>
#include <ImageDecoder/ImageDecoderClientEndpoint.h>
#include <LibGfx/Bitmap.h>
diff --git a/Userland/Services/WebContent/ClientConnection.cpp b/Userland/Services/WebContent/ClientConnection.cpp
index 43fabf1c6c..0e771c20cb 100644
--- a/Userland/Services/WebContent/ClientConnection.cpp
+++ b/Userland/Services/WebContent/ClientConnection.cpp
@@ -25,7 +25,6 @@
*/
#include <AK/Badge.h>
-#include <AK/SharedBuffer.h>
#include <LibGfx/Bitmap.h>
#include <LibGfx/SystemTheme.h>
#include <WebContent/ClientConnection.h>
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>
diff --git a/Userland/Services/WindowServer/ClientConnection.cpp b/Userland/Services/WindowServer/ClientConnection.cpp
index 199d8bf5cb..91b0aacc1c 100644
--- a/Userland/Services/WindowServer/ClientConnection.cpp
+++ b/Userland/Services/WindowServer/ClientConnection.cpp
@@ -25,7 +25,6 @@
*/
#include <AK/Badge.h>
-#include <AK/SharedBuffer.h>
#include <LibGfx/Bitmap.h>
#include <LibGfx/StandardCursor.h>
#include <LibGfx/SystemTheme.h>
diff --git a/Userland/Services/WindowServer/WindowManager.cpp b/Userland/Services/WindowServer/WindowManager.cpp
index f0080ff427..5c34a19dae 100644
--- a/Userland/Services/WindowServer/WindowManager.cpp
+++ b/Userland/Services/WindowServer/WindowManager.cpp
@@ -33,7 +33,6 @@
#include "Screen.h"
#include "Window.h"
#include <AK/LogStream.h>
-#include <AK/SharedBuffer.h>
#include <AK/StdLibExtras.h>
#include <AK/Vector.h>
#include <LibGfx/CharacterBitmap.h>
diff --git a/Userland/Services/WindowServer/main.cpp b/Userland/Services/WindowServer/main.cpp
index 1e6a0d8ce2..c7252555ff 100644
--- a/Userland/Services/WindowServer/main.cpp
+++ b/Userland/Services/WindowServer/main.cpp
@@ -29,7 +29,6 @@
#include "EventLoop.h"
#include "Screen.h"
#include "WindowManager.h"
-#include <AK/SharedBuffer.h>
#include <LibCore/ConfigFile.h>
#include <LibGfx/Palette.h>
#include <LibGfx/SystemTheme.h>
diff --git a/Userland/Utilities/pro.cpp b/Userland/Utilities/pro.cpp
index 9662d2300c..ba729b4e23 100644
--- a/Userland/Utilities/pro.cpp
+++ b/Userland/Utilities/pro.cpp
@@ -28,7 +28,6 @@
#include <AK/GenericLexer.h>
#include <AK/LexicalPath.h>
#include <AK/NumberFormat.h>
-#include <AK/SharedBuffer.h>
#include <AK/URL.h>
#include <LibCore/ArgsParser.h>
#include <LibCore/EventLoop.h>