diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2023-02-14 01:22:06 +0100 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2023-02-17 22:29:51 -0700 |
commit | bc76cba7c221ab9f877b26603ccdeda0be50726a (patch) | |
tree | cdd68f371e57497d3183aeb4b32bbce5dd93f041 /AK/StringImpl.cpp | |
parent | 99d264afbe7a9cd62e6c400ffd4bc7b4b3570650 (diff) | |
download | serenity-bc76cba7c221ab9f877b26603ccdeda0be50726a.zip |
AK: Remove unused `HashTable.h` include from `StringImpl`
Diffstat (limited to 'AK/StringImpl.cpp')
-rw-r--r-- | AK/StringImpl.cpp | 1 |
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> |