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
commit 17e02e7450
Notes: sideshowbarker 2024-07-19 14:51:15 +09:00
9 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
#include <SharedGraphics/PNGLoader.h>
#include <Kernel/NetworkOrdered.h>
#include <AK/NetworkOrdered.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>