1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:48:14 +00: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
22 changed files with 2 additions and 46 deletions

View file

@ -4,8 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#define AK_DONT_REPLACE_STD
#include <LibWebView/AccessibilityTreeModel.h>
#include <LibWebView/DOMTreeModel.h>
#include <LibWebView/StylePropertiesModel.h>