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
View File
@@ -45,7 +45,6 @@
#include <nuttx/net/netdev.h>
#include "net.h"
#include "netdev/netdev.h"
/****************************************************************************