1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:07:35 +00:00

Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace.

This commit is contained in:
Andreas Kling 2019-04-02 20:04:54 +02:00
parent 649c81a714
commit 17e02e7450
9 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@
#include <unistd.h>
#include <AK/Assertions.h>
#include <AK/AKString.h>
#include <Kernel/IPv4.h>
#include <Kernel/Net/IPv4.h>
extern "C" {