mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Everywhere: Remove "LibC/" includes, add lint-rule against it
This commit is contained in:
committed by
Andrew Kaster
parent
d575cfda61
commit
3281050359
@@ -9,9 +9,9 @@
|
||||
#include <AK/Array.h>
|
||||
#include <AK/IntrusiveList.h>
|
||||
#include <AK/Types.h>
|
||||
#include <LibC/bits/FILE.h>
|
||||
#include <LibC/bits/pthread_integration.h>
|
||||
#include <LibC/bits/wchar.h>
|
||||
#include <bits/FILE.h>
|
||||
#include <bits/pthread_integration.h>
|
||||
#include <bits/wchar.h>
|
||||
#include <pthread.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user