Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains the actual application programmer's API
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "tcp_helper.h"
|
||||
|
||||
#include "lwip/tcp.h"
|
||||
#include "lwip/tcp_impl.h"
|
||||
#include "lwip/stats.h"
|
||||
#include "lwip/pbuf.h"
|
||||
#include "lwip/inet_chksum.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "test_tcp.h"
|
||||
|
||||
#include "lwip/tcp.h"
|
||||
#include "lwip/tcp_impl.h"
|
||||
#include "lwip/stats.h"
|
||||
#include "tcp_helper.h"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "test_tcp_oos.h"
|
||||
|
||||
#include "lwip/tcp.h"
|
||||
#include "lwip/tcp_impl.h"
|
||||
#include "lwip/stats.h"
|
||||
#include "tcp_helper.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user