File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
#include < Kernel/FileSystem/FileDescription.h>
7
7
#include < Kernel/FileSystem/FileSystem.h>
8
8
#include < Kernel/FileSystem/InodeFile.h>
9
+ #include < Kernel/FileSystem/SharedMemory.h>
9
10
#include < Kernel/Net/Socket.h>
10
11
#include < Kernel/Process.h>
11
- #include < Kernel/SharedMemory.h>
12
12
#include < Kernel/TTY/MasterPTY.h>
13
13
#include < Kernel/TTY/TTY.h>
14
14
#include < Kernel/UnixTypes.h>
Original file line number Diff line number Diff line change 1
1
#include < AK/HashMap.h>
2
+ #include < Kernel/FileSystem/SharedMemory.h>
2
3
#include < Kernel/Lock.h>
3
4
#include < Kernel/Process.h>
4
- #include < Kernel/SharedMemory.h>
5
5
#include < Kernel/VM/VMObject.h>
6
6
7
7
Lockable<HashMap<String, RefPtr<SharedMemory>>>& shared_memories ()
File renamed without changes.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ KERNEL_OBJS = \
34
34
DoubleBuffer.o \
35
35
KSyms.o \
36
36
KParams.o \
37
- SharedMemory.o \
37
+ FileSystem/ SharedMemory.o \
38
38
FileSystem/DevPtsFS.o \
39
39
Devices/BXVGADevice.o \
40
40
PCI.o \
Original file line number Diff line number Diff line change 10
10
#include < Kernel/FileSystem/Custody.h>
11
11
#include < Kernel/FileSystem/FIFO.h>
12
12
#include < Kernel/FileSystem/FileDescription.h>
13
+ #include < Kernel/FileSystem/SharedMemory.h>
13
14
#include < Kernel/FileSystem/VirtualFileSystem.h>
14
15
#include < Kernel/KSyms.h>
15
16
#include < Kernel/Multiboot.h>
18
19
#include < Kernel/ProcessTracer.h>
19
20
#include < Kernel/RTC.h>
20
21
#include < Kernel/Scheduler.h>
21
- #include < Kernel/SharedMemory.h>
22
22
#include < Kernel/StdLib.h>
23
23
#include < Kernel/Syscall.h>
24
24
#include < Kernel/TTY/MasterPTY.h>
You can’t perform that action at this time.
0 commit comments