Everywhere: Remove AK_DONT_REPLACE_STD macro

Let's just always include `<utility>`. Placing our own incompatible with
the STL declaration of these functions in AK was always fishy to begin
with.
This commit is contained in:
Andrew Kaster 2024-07-24 18:27:18 -06:00
commit 45301e8169
Notes: github-actions[bot] 2024-07-31 00:39:22 +00:00
27 changed files with 4 additions and 86 deletions

View file

@ -4,8 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#define AK_DONT_REPLACE_STD
#include <AK/Array.h>
#include <AK/NonnullOwnPtr.h>
#include <AK/QuickSort.h>