started to move "private" header files containing implementation details to "lwip/priv/" include directory to seperate the API from the implementation.

This commit is contained in:
sg
2015-10-09 21:58:58 +02:00
parent b32751a693
commit c12fa7b4c4
24 changed files with 49 additions and 70 deletions

View File

@@ -50,9 +50,9 @@
#include "lwip/tcp.h"
#include "lwip/raw.h"
#include "lwip/udp.h"
#include "lwip/tcpip.h"
#include "lwip/memp.h"
#include "lwip/pbuf.h"
#include "lwip/priv/tcpip_priv.h"
#if LWIP_CHECKSUM_ON_COPY
#include "lwip/inet_chksum.h"
#endif