Cleanup #include structure of altcp_tls a bit

(as discussed with Simon today)
This commit is contained in:
Dirk Ziegelmeier
2017-03-28 20:31:25 +02:00
parent b09b3fa4e6
commit 38651b8069
7 changed files with 13 additions and 15 deletions

View File

@@ -55,7 +55,7 @@
#include "lwip/pbuf.h"
#include "lwip/altcp.h"
#include "lwip/altcp_tcp.h"
#include "lwip/apps/altcp_tls.h"
#include "lwip/altcp_tls.h"
#include <string.h>
#if LWIP_TCP && LWIP_CALLBACK_API