NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.h

This commit is contained in:
Gregory Nutt
2014-07-06 12:34:27 -06:00
parent ed56af079a
commit 2d52d70d4c
24 changed files with 809 additions and 339 deletions
-2
View File
@@ -43,8 +43,6 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <nuttx/net/tcp.h>
#include "tcp/tcp.h"
#include "pkt/pkt.h"
#include "socket/socket.h"