diff --git a/CHANGELOG b/CHANGELOG index 00ae7c86..68954d96 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -80,13 +80,6 @@ HISTORY ++ Bugfixes: - 2013-04-26: Sylvain Rochet - * dhcp.c, reverted from DOS (CRLF) to UNIX format (LF), it was saved in DOS format - by mistake the 2012-09-26 - - 2013-04-26: Sylvain Rochet - * ip6.h, cleared compilation warning, C++ style comments are not allowed in ISO C90 - 2013-04-24: patch by Liam * api_msg.c: patch #8008 Fix a potential null pointer dereference in assert diff --git a/src/include/ipv6/lwip/ip6.h b/src/include/ipv6/lwip/ip6.h index 027a20be..ac32ceec 100644 --- a/src/include/ipv6/lwip/ip6.h +++ b/src/include/ipv6/lwip/ip6.h @@ -45,7 +45,6 @@ #if LWIP_IPV6 /* don't build if not configured for use in lwipopts.h */ -/* #include "lwip/ip.h" */ #include "lwip/ip6_addr.h" #include "lwip/def.h" #include "lwip/pbuf.h"