mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:27:35 +00:00
Everywhere: Remove "LibC/" includes, add lint-rule against it
This commit is contained in:
parent
d575cfda61
commit
3281050359
21 changed files with 45 additions and 31 deletions
|
@ -11,8 +11,6 @@
|
|||
#include <AK/Types.h>
|
||||
#include <AK/URL.h>
|
||||
#include <Applications/CrashReporter/CrashReporterWindowGML.h>
|
||||
#include <LibC/serenity.h>
|
||||
#include <LibC/spawn.h>
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/File.h>
|
||||
#include <LibCore/System.h>
|
||||
|
@ -39,6 +37,8 @@
|
|||
#include <LibGUI/Window.h>
|
||||
#include <LibMain/Main.h>
|
||||
#include <LibThreading/BackgroundAction.h>
|
||||
#include <serenity.h>
|
||||
#include <spawn.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue