mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 11:18:13 +00:00
Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace.
This commit is contained in:
parent
649c81a714
commit
17e02e7450
9 changed files with 8 additions and 8 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include <AK/AKString.h>
|
||||
#include <AK/Assertions.h>
|
||||
#include <AK/NetworkOrdered.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/NetworkOrdered.h>
|
||||
|
||||
enum class IPv4Protocol : word {
|
||||
ICMP = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue