summaryrefslogtreecommitdiff
path: root/AK/StringImpl.cpp
diff options
context:
space:
mode:
authorJelle Raaijmakers <jelle@gmta.nl>2023-02-14 01:22:06 +0100
committerAndrew Kaster <andrewdkaster@gmail.com>2023-02-17 22:29:51 -0700
commitbc76cba7c221ab9f877b26603ccdeda0be50726a (patch)
treecdd68f371e57497d3183aeb4b32bbce5dd93f041 /AK/StringImpl.cpp
parent99d264afbe7a9cd62e6c400ffd4bc7b4b3570650 (diff)
downloadserenity-bc76cba7c221ab9f877b26603ccdeda0be50726a.zip
AK: Remove unused `HashTable.h` include from `StringImpl`
Diffstat (limited to 'AK/StringImpl.cpp')
-rw-r--r--AK/StringImpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/AK/StringImpl.cpp b/AK/StringImpl.cpp
index 56f2cc73de..414383502b 100644
--- a/AK/StringImpl.cpp
+++ b/AK/StringImpl.cpp
@@ -6,7 +6,6 @@
#include <AK/CharacterTypes.h>
#include <AK/DeprecatedFlyString.h>
-#include <AK/HashTable.h>
#include <AK/StringHash.h>
#include <AK/StringImpl.h>
#include <AK/kmalloc.h>