Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/.

This commit is contained in:
Andreas Kling 2019-04-06 20:29:48 +02:00
parent f2580dcfeb
commit 644c887594
Notes: sideshowbarker 2024-07-19 14:48:09 +09:00
15 changed files with 20 additions and 20 deletions

View file

@ -1,5 +1,5 @@
#include <Kernel/FileSystem/SyntheticFileSystem.h>
#include <Kernel/FileDescriptor.h>
#include <Kernel/FileSystem/FileDescriptor.h>
#include <LibC/errno_numbers.h>
#include <AK/StdLibExtras.h>