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
@@ -63,7 +63,7 @@
# include "nuttx/net/igmp.h"
#endif
#include "net.h"
#include "socket/socket.h"
#include "netdev/netdev.h"
#include "route/route.h"