From 618a28fc5369bb4769f962f71af87925966fd859 Mon Sep 17 00:00:00 2001 From: Joel Cunningham Date: Tue, 13 Feb 2018 14:04:01 -0600 Subject: [PATCH] memp: remove include of sockets.h Socket memory pool types have been migrated to sockets_priv.h so we no longer need to include sockets.h --- src/core/memp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/memp.c b/src/core/memp.c index 5c0b9744..352ce5a5 100644 --- a/src/core/memp.c +++ b/src/core/memp.c @@ -63,7 +63,6 @@ #include "lwip/api.h" #include "lwip/priv/tcpip_priv.h" #include "lwip/priv/api_msg.h" -#include "lwip/sockets.h" #include "lwip/priv/sockets_priv.h" #include "lwip/etharp.h" #include "lwip/igmp.h"