1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00

Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every file

This commit is contained in:
Timothy Flynn 2023-04-24 07:16:37 -04:00 committed by Andreas Kling
parent 269c25e1d2
commit 8fe846eb7f
Notes: sideshowbarker 2024-07-17 05:02:42 +09:00
22 changed files with 2 additions and 46 deletions

View file

@ -5,17 +5,12 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Platform.h>
#if !defined(AK_OS_SERENITY)
# define AK_DONT_REPLACE_STD
#endif
#include <AK/Badge.h>
#include <AK/DeprecatedString.h>
#include <AK/Function.h>
#include <AK/LexicalPath.h>
#include <AK/NonnullOwnPtr.h>
#include <AK/Platform.h>
#include <AK/String.h>
#include <AK/URL.h>
#include <AK/Vector.h>