From c6a2012fe9e8e3721561aaa61ca304becd490132 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 12 Mar 2019 12:49:01 +0100 Subject: Kernel: Collect IPv4 stuff in IPv4.h and ARP stuff in ARP.h. --- Kernel/ICMP.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Kernel/ICMP.h') 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 -#include -#include +#include struct ICMPType { enum { -- cgit v1.2.3