diff --git a/src/include/ipv4/lwip/ip_addr.h b/src/include/ipv4/lwip/ip_addr.h index e76d2552..40051a1c 100644 --- a/src/include/ipv4/lwip/ip_addr.h +++ b/src/include/ipv4/lwip/ip_addr.h @@ -51,8 +51,6 @@ struct in_addr { u32_t s_addr; }; -struct netif; - extern const struct ip_addr ip_addr_any; extern const struct ip_addr ip_addr_broadcast;