From 58d748a8adc9d931223bc3dc73353472900ff9f6 Mon Sep 17 00:00:00 2001 From: jani Date: Fri, 15 Nov 2002 12:32:47 +0000 Subject: [PATCH] take out the msvc pragmas that cancel each other.leave only one pair around 3 structs. --- src/include/ipv4/lwip/icmp.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/include/ipv4/lwip/icmp.h b/src/include/ipv4/lwip/icmp.h index 16c16cff..01e0588d 100644 --- a/src/include/ipv4/lwip/icmp.h +++ b/src/include/ipv4/lwip/icmp.h @@ -81,13 +81,7 @@ struct icmp_echo_hdr { PACK_STRUCT_FIELD(u16_t seqno); } PACK_STRUCT_STRUCT; PACK_STRUCT_END -#ifdef PACK_STRUCT_USE_INCLUDES -# include "arch/epstruct.h" -#endif -#ifdef PACK_STRUCT_USE_INCLUDES -# include "arch/bpstruct.h" -#endif PACK_STRUCT_BEGIN struct icmp_dur_hdr { PACK_STRUCT_FIELD(u16_t _type_code); @@ -95,13 +89,7 @@ struct icmp_dur_hdr { PACK_STRUCT_FIELD(u32_t unused); } PACK_STRUCT_STRUCT; PACK_STRUCT_END -#ifdef PACK_STRUCT_USE_INCLUDES -# include "arch/epstruct.h" -#endif -#ifdef PACK_STRUCT_USE_INCLUDES -# include "arch/bpstruct.h" -#endif PACK_STRUCT_BEGIN struct icmp_te_hdr { PACK_STRUCT_FIELD(u16_t _type_code);