summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/TextDocument.h
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/Libraries/LibGUI/TextDocument.h
parent359d6e7b0b0ef7add9eb2015d0dd664a82cf73d7 (diff)
downloadserenity-21db2b7b903d8c35151174fb18f947db5227eab7.zip
Everywhere: Remove NonnullOwnPtr.h includes
Diffstat (limited to 'Userland/Libraries/LibGUI/TextDocument.h')
-rw-r--r--Userland/Libraries/LibGUI/TextDocument.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGUI/TextDocument.h b/Userland/Libraries/LibGUI/TextDocument.h
index f6c16f7a74..acfde4091b 100644
--- a/Userland/Libraries/LibGUI/TextDocument.h
+++ b/Userland/Libraries/LibGUI/TextDocument.h
@@ -9,7 +9,6 @@
#pragma once
#include <AK/HashTable.h>
-#include <AK/NonnullOwnPtrVector.h>
#include <AK/NonnullRefPtr.h>
#include <AK/Optional.h>
#include <AK/RefCounted.h>