diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/in.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/gpxe/in.h b/src/include/gpxe/in.h index 2581eda5d..e1bdde931 100644 --- a/src/include/gpxe/in.h +++ b/src/include/gpxe/in.h @@ -1,11 +1,7 @@ #ifndef _IN_H #define _IN_H -#include "stdint.h" -#include <if_ether.h> -#define IP ETH_P_IP -#define ARP ETH_P_ARP -#define RARP ETH_P_RARP +#include <stdint.h> #define IP_ICMP 1 #define IP_IGMP 2 |
