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:
goldsimon
2010-02-21 11:35:21 +00:00
parent 7c57ee0c17
commit bcd4b76d31
18 changed files with 578 additions and 424 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"