diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-04-02 20:04:54 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-04-02 20:04:54 +0200 |
commit | 17e02e7450adf6e0bdf6156b3fc1ed58f0f3c258 (patch) | |
tree | 3dd424d02a71c6c0c15a2c7507957e94f74562ee /LibGUI | |
parent | 649c81a714e120a300439ca5d3fdd5e7f6f6b34d (diff) | |
download | serenity-17e02e7450adf6e0bdf6156b3fc1ed58f0f3c258.zip |
Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace.
Diffstat (limited to 'LibGUI')
-rw-r--r-- | LibGUI/GSocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGUI/GSocket.h b/LibGUI/GSocket.h index a4871f6480..3c60864b6e 100644 --- a/LibGUI/GSocket.h +++ b/LibGUI/GSocket.h @@ -2,7 +2,7 @@ #include <LibGUI/GIODevice.h> #include <AK/AKString.h> -#include <Kernel/IPv4.h> +#include <Kernel/Net/IPv4.h> class GSocketAddress { public: |