mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:27:35 +00:00
Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/.
This commit is contained in:
parent
f2580dcfeb
commit
644c887594
15 changed files with 20 additions and 20 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <Kernel/Socket.h>
|
||||
#include <Kernel/Net/Socket.h>
|
||||
#include <Kernel/DoubleBuffer.h>
|
||||
#include <Kernel/Net/IPv4.h>
|
||||
#include <AK/HashMap.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue