1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 18:15:07 +00:00

Kernel: Move SharedMemory.{cpp,h} into FileSystem/

This commit is contained in:
Andreas Kling 2019-07-09 14:50:01 +02:00
parent f4cec2f110
commit 23a6c2086b
5 changed files with 4 additions and 4 deletions

View file

@ -6,9 +6,9 @@
#include <Kernel/FileSystem/FileDescription.h>
#include <Kernel/FileSystem/FileSystem.h>
#include <Kernel/FileSystem/InodeFile.h>
#include <Kernel/FileSystem/SharedMemory.h>
#include <Kernel/Net/Socket.h>
#include <Kernel/Process.h>
#include <Kernel/SharedMemory.h>
#include <Kernel/TTY/MasterPTY.h>
#include <Kernel/TTY/TTY.h>
#include <Kernel/UnixTypes.h>