summaryrefslogtreecommitdiff
path: root/Userland/Services
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2023-03-06 17:39:59 +0100
committerAndreas Kling <kling@serenityos.org>2023-03-06 23:46:35 +0100
commit21db2b7b903d8c35151174fb18f947db5227eab7 (patch)
tree3d9887ae3166e681e4b2137c7c961dde368c25a5 /Userland/Services
parent359d6e7b0b0ef7add9eb2015d0dd664a82cf73d7 (diff)
downloadserenity-21db2b7b903d8c35151174fb18f947db5227eab7.zip
Everywhere: Remove NonnullOwnPtr.h includes
Diffstat (limited to 'Userland/Services')
-rw-r--r--Userland/Services/ChessEngine/MCTSTree.h1
-rw-r--r--Userland/Services/RequestServer/ConnectionCache.h1
-rw-r--r--Userland/Services/WebDriver/Client.h1
-rw-r--r--Userland/Services/WindowServer/Menu.h1
-rw-r--r--Userland/Services/WindowServer/WindowFrame.h1
5 files changed, 0 insertions, 5 deletions
diff --git a/Userland/Services/ChessEngine/MCTSTree.h b/Userland/Services/ChessEngine/MCTSTree.h
index 378b70d791..b3e0677c93 100644
--- a/Userland/Services/ChessEngine/MCTSTree.h
+++ b/Userland/Services/ChessEngine/MCTSTree.h
@@ -7,7 +7,6 @@
#pragma once
#include <AK/Function.h>
-#include <AK/NonnullOwnPtrVector.h>
#include <AK/OwnPtr.h>
#include <LibChess/Chess.h>
#include <math.h>
diff --git a/Userland/Services/RequestServer/ConnectionCache.h b/Userland/Services/RequestServer/ConnectionCache.h
index 8a9c27cfdb..01298a4a3a 100644
--- a/Userland/Services/RequestServer/ConnectionCache.h
+++ b/Userland/Services/RequestServer/ConnectionCache.h
@@ -9,7 +9,6 @@
#include <AK/Debug.h>
#include <AK/HashMap.h>
-#include <AK/NonnullOwnPtrVector.h>
#include <AK/URL.h>
#include <AK/Vector.h>
#include <LibCore/ElapsedTimer.h>
diff --git a/Userland/Services/WebDriver/Client.h b/Userland/Services/WebDriver/Client.h
index 9f1d8288aa..f6d45af0fe 100644
--- a/Userland/Services/WebDriver/Client.h
+++ b/Userland/Services/WebDriver/Client.h
@@ -9,7 +9,6 @@
#pragma once
#include <AK/Function.h>
-#include <AK/NonnullOwnPtrVector.h>
#include <LibCore/Object.h>
#include <LibWeb/WebDriver/Client.h>
#include <LibWeb/WebDriver/Error.h>
diff --git a/Userland/Services/WindowServer/Menu.h b/Userland/Services/WindowServer/Menu.h
index b15c07624b..00c2c18e63 100644
--- a/Userland/Services/WindowServer/Menu.h
+++ b/Userland/Services/WindowServer/Menu.h
@@ -7,7 +7,6 @@
#pragma once
#include <AK/DeprecatedString.h>
-#include <AK/NonnullOwnPtrVector.h>
#include <AK/WeakPtr.h>
#include <LibCore/Object.h>
#include <LibGfx/Font/Font.h>
diff --git a/Userland/Services/WindowServer/WindowFrame.h b/Userland/Services/WindowServer/WindowFrame.h
index f6c42b529d..29e520f77d 100644
--- a/Userland/Services/WindowServer/WindowFrame.h
+++ b/Userland/Services/WindowServer/WindowFrame.h
@@ -7,7 +7,6 @@
#pragma once
#include <AK/Forward.h>
-#include <AK/NonnullOwnPtrVector.h>
#include <AK/RefPtr.h>
#include <LibCore/Forward.h>
#include <LibGfx/Forward.h>