mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:57:34 +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
|
@ -5,10 +5,10 @@
|
|||
*/
|
||||
|
||||
#include "SpiceAgent.h"
|
||||
#include <LibC/fcntl.h>
|
||||
#include <LibCore/System.h>
|
||||
#include <LibIPC/ConnectionToServer.h>
|
||||
#include <LibMain/Main.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
static constexpr auto SPICE_DEVICE = "/dev/hvc0p1"sv;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue