Move all socket-related files from net/ to net/socket. Move net/net.h to net/socket/socket.h

This commit is contained in:
Gregory Nutt
2014-06-28 17:25:18 -06:00
parent 64c8dba8c4
commit 76fa58ee00
52 changed files with 97 additions and 93 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
#include <nuttx/net/net.h>
#include <nuttx/net/arp.h>
#include "net.h"
#include "socket/socket.h"
#include "netdev/netdev.h"
#include "tcp/tcp.h"
#include "udp/udp.h"