diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2023-04-09 15:27:30 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-04-09 22:00:54 +0200 |
commit | 560133a0c632a6b1226c45c80282e0d957690820 (patch) | |
tree | a96059f959628f8f93acf0f15642ac9f295a0f3b /Userland/Games | |
parent | 6bbd920008f4595783dca83b2116070aea531456 (diff) | |
download | serenity-560133a0c632a6b1226c45c80282e0d957690820.zip |
Everywhere: Remove unused DeprecatedString includes
Diffstat (limited to 'Userland/Games')
-rw-r--r-- | Userland/Games/2048/Game.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Games/2048/Game.cpp b/Userland/Games/2048/Game.cpp index 5552d63be3..51bb55a863 100644 --- a/Userland/Games/2048/Game.cpp +++ b/Userland/Games/2048/Game.cpp @@ -6,7 +6,6 @@ #include "Game.h" #include <AK/Array.h> -#include <AK/DeprecatedString.h> #include <AK/NumericLimits.h> #include <AK/ScopeGuard.h> #include <stdlib.h> |