Everywhere: Remove "LibC/" includes, add lint-rule against it

This commit is contained in:
Ben Wiederhake
2023-01-03 15:30:44 +01:00
committed by Andrew Kaster
parent d575cfda61
commit 3281050359
21 changed files with 45 additions and 31 deletions

View File

@@ -16,7 +16,7 @@
#include <AK/Math.h>
#include <AK/Platform.h>
#include <AK/StdLibExtras.h>
#include <LibC/assert.h>
#include <assert.h>
#include <fenv.h>
#include <math.h>
#include <stdint.h>