mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
Kernel: Tweak some include statements
This commit is contained in:
parent
831ff2d0ac
commit
bd059e32e1
2 changed files with 5 additions and 5 deletions
|
@ -26,9 +26,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "DoubleBuffer.h"
|
||||
#include <AK/CircularDeque.h>
|
||||
#include <Kernel/Devices/CharacterDevice.h>
|
||||
#include <Kernel/DoubleBuffer.h>
|
||||
#include <Kernel/UnixTypes.h>
|
||||
|
||||
class Process;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue