diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-03-12 12:49:01 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-03-12 12:49:01 +0100 |
commit | c6a2012fe9e8e3721561aaa61ca304becd490132 (patch) | |
tree | cade0b4caeb100b0b82c1e023939b6a285bee330 /Kernel/ICMP.h | |
parent | 87ecf290f471b9624a00442958a4cd74eead4dc8 (diff) | |
download | serenity-c6a2012fe9e8e3721561aaa61ca304becd490132.zip |
Kernel: Collect IPv4 stuff in IPv4.h and ARP stuff in ARP.h.
Diffstat (limited to 'Kernel/ICMP.h')
-rw-r--r-- | Kernel/ICMP.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Kernel/ICMP.h b/Kernel/ICMP.h index 2660b93d52..c8dc818195 100644 --- a/Kernel/ICMP.h +++ b/Kernel/ICMP.h @@ -1,8 +1,7 @@ #pragma once #include <Kernel/MACAddress.h> -#include <Kernel/IPv4Packet.h> -#include <Kernel/NetworkOrdered.h> +#include <Kernel/IPv4.h> struct ICMPType { enum { |