mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 23:48:11 +00:00
Kernel: Standardize the header include style to 'include <Kernel/...>'
This is the overwhelming standard in the project, but there were some cases in the kernel which were not following it, lets fix those cases!
This commit is contained in:
parent
6f408e7f0d
commit
425195e93f
11 changed files with 15 additions and 15 deletions
|
@ -4,11 +4,11 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include "SlavePTY.h"
|
||||
#include "MasterPTY.h"
|
||||
#include <Kernel/Debug.h>
|
||||
#include <Kernel/FileSystem/DevPtsFS.h>
|
||||
#include <Kernel/Process.h>
|
||||
#include <Kernel/TTY/MasterPTY.h>
|
||||
#include <Kernel/TTY/SlavePTY.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue