Reduce includes of tcpip_priv.h

This commit is contained in:
Dirk Ziegelmeier 2016-03-07 20:18:45 +01:00
parent c65eca58c9
commit a4297ef0fd

View File

@ -37,14 +37,15 @@
#if !NO_SYS /* don't build if not configured for use in lwipopts.h */
#include "lwip/tcpip.h"
#include "lwip/pbuf.h"
#include "lwip/sys.h"
#include "lwip/timers.h"
#include "lwip/netif.h"
#ifdef __cplusplus
extern "C" {
#endif
struct pbuf;
struct netif;
/** Define this to something that triggers a watchdog. This is called from
* tcpip_thread after processing a message. */