1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:54:58 +00:00

Utilities: Correct non-standard assert macros includes

This commit is contained in:
Jean-Baptiste Boric 2021-05-15 12:34:40 +02:00 committed by Linus Groh
parent b9d3df70e0
commit 3038edab00
29 changed files with 29 additions and 1 deletions

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <assert.h>
#include <AK/Assertions.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>