Index: uspace/app/netecho/netecho.c
===================================================================
--- uspace/app/netecho/netecho.c	(revision e4554d4cd2ebcf91fb39f3fa98bbd0f229e55fa3)
+++ uspace/app/netecho/netecho.c	(revision f99c1918142ef6c0e1fb4b2f4809a4d5a5a297ce)
@@ -46,6 +46,6 @@
 #include <net/in6.h>
 #include <net/inet.h>
-#include <socket.h>
-#include <socket_parse.h>
+#include <net/socket.h>
+#include <net/socket_parse.h>
 
 #include "print_error.h"
Index: uspace/app/nettest1/nettest.c
===================================================================
--- uspace/app/nettest1/nettest.c	(revision e4554d4cd2ebcf91fb39f3fa98bbd0f229e55fa3)
+++ uspace/app/nettest1/nettest.c	(revision f99c1918142ef6c0e1fb4b2f4809a4d5a5a297ce)
@@ -38,5 +38,5 @@
 #include <err.h>
 
-#include <socket.h>
+#include <net/socket.h>
 
 #include "nettest.h"
Index: uspace/app/nettest1/nettest.h
===================================================================
--- uspace/app/nettest1/nettest.h	(revision e4554d4cd2ebcf91fb39f3fa98bbd0f229e55fa3)
+++ uspace/app/nettest1/nettest.h	(revision f99c1918142ef6c0e1fb4b2f4809a4d5a5a297ce)
@@ -38,5 +38,5 @@
 #define __NET_TEST__
 
-#include <socket.h>
+#include <net/socket.h>
 
 /** Prints a mark.
Index: uspace/app/nettest1/nettest1.c
===================================================================
--- uspace/app/nettest1/nettest1.c	(revision e4554d4cd2ebcf91fb39f3fa98bbd0f229e55fa3)
+++ uspace/app/nettest1/nettest1.c	(revision f99c1918142ef6c0e1fb4b2f4809a4d5a5a297ce)
@@ -46,6 +46,6 @@
 #include <net/in6.h>
 #include <net/inet.h>
-#include <socket.h>
-#include <socket_parse.h>
+#include <net/socket.h>
+#include <net/socket_parse.h>
 
 #include "nettest.h"
Index: uspace/app/nettest2/nettest2.c
===================================================================
--- uspace/app/nettest2/nettest2.c	(revision e4554d4cd2ebcf91fb39f3fa98bbd0f229e55fa3)
+++ uspace/app/nettest2/nettest2.c	(revision f99c1918142ef6c0e1fb4b2f4809a4d5a5a297ce)
@@ -46,6 +46,6 @@
 #include <net/in6.h>
 #include <net/inet.h>
-#include <socket.h>
-#include <socket_parse.h>
+#include <net/socket.h>
+#include <net/socket_parse.h>
 
 #include "nettest.h"
Index: uspace/app/ping/ping.c
===================================================================
--- uspace/app/ping/ping.c	(revision e4554d4cd2ebcf91fb39f3fa98bbd0f229e55fa3)
+++ uspace/app/ping/ping.c	(revision f99c1918142ef6c0e1fb4b2f4809a4d5a5a297ce)
@@ -49,6 +49,6 @@
 #include <net/in6.h>
 #include <net/inet.h>
+#include <net/socket_parse.h>
 #include <ip_codes.h>
-#include <socket_parse.h>
 
 #include "print_error.h"
