Index: uspace/srv/net/il/arp/arp.c
===================================================================
--- uspace/srv/net/il/arp/arp.c	(revision e98b1d582137f7a2c521f6e31e0cee410b5acb65)
+++ uspace/srv/net/il/arp/arp.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
@@ -45,6 +45,6 @@
 #include <ipc/ipc.h>
 #include <ipc/services.h>
-
-#include <net_err.h>
+#include <err.h>
+
 #include <net_messages.h>
 #include <net_modules.h>
Index: uspace/srv/net/il/arp/arp_module.c
===================================================================
--- uspace/srv/net/il/arp/arp_module.c	(revision e98b1d582137f7a2c521f6e31e0cee410b5acb65)
+++ uspace/srv/net/il/arp/arp_module.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
@@ -40,9 +40,9 @@
 #include <async.h>
 #include <stdio.h>
+#include <err.h>
 
 #include <ipc/ipc.h>
 #include <ipc/services.h>
 
-#include <net_err.h>
 #include <net_modules.h>
 #include <net_interface.h>
Index: uspace/srv/net/il/ip/ip.c
===================================================================
--- uspace/srv/net/il/ip/ip.c	(revision e98b1d582137f7a2c521f6e31e0cee410b5acb65)
+++ uspace/srv/net/il/ip/ip.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
@@ -38,4 +38,5 @@
 #include <async.h>
 #include <errno.h>
+#include <err.h>
 #include <fibril_synch.h>
 #include <stdio.h>
@@ -45,5 +46,4 @@
 #include <sys/types.h>
 
-#include <net_err.h>
 #include <net_messages.h>
 #include <net_modules.h>
Index: uspace/srv/net/il/ip/ip_module.c
===================================================================
--- uspace/srv/net/il/ip/ip_module.c	(revision e98b1d582137f7a2c521f6e31e0cee410b5acb65)
+++ uspace/srv/net/il/ip/ip_module.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
@@ -42,6 +42,6 @@
 #include <ipc/ipc.h>
 #include <ipc/services.h>
+#include <err.h>
 
-#include <net_err.h>
 #include <net_modules.h>
 #include <net_interface.h>
Index: uspace/srv/net/net/net.c
===================================================================
--- uspace/srv/net/net/net.c	(revision e98b1d582137f7a2c521f6e31e0cee410b5acb65)
+++ uspace/srv/net/net/net.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
@@ -40,4 +40,5 @@
 #include <ddi.h>
 #include <errno.h>
+#include <err.h>
 #include <malloc.h>
 #include <stdio.h>
@@ -47,5 +48,4 @@
 #include <ipc/services.h>
 
-#include <net_err.h>
 #include <net_messages.h>
 #include <net_modules.h>
Index: uspace/srv/net/netif/lo/lo.c
===================================================================
--- uspace/srv/net/netif/lo/lo.c	(revision e98b1d582137f7a2c521f6e31e0cee410b5acb65)
+++ uspace/srv/net/netif/lo/lo.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
@@ -37,4 +37,5 @@
 #include <async.h>
 #include <errno.h>
+#include <err.h>
 #include <stdio.h>
 #include <str.h>
@@ -43,5 +44,4 @@
 #include <ipc/services.h>
 
-#include <net_err.h>
 #include <net_messages.h>
 #include <net_modules.h>
Index: uspace/srv/net/netstart/netstart.c
===================================================================
--- uspace/srv/net/netstart/netstart.c	(revision e98b1d582137f7a2c521f6e31e0cee410b5acb65)
+++ uspace/srv/net/netstart/netstart.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
@@ -45,8 +45,8 @@
 #include <task.h>
 #include <str_error.h>
+#include <err.h>
 #include <ipc/ipc.h>
 #include <ipc/services.h>
 
-#include <net_err.h>
 #include <net_modules.h>
 #include <net_net_messages.h>
Index: uspace/srv/net/nil/eth/eth.c
===================================================================
--- uspace/srv/net/nil/eth/eth.c	(revision e98b1d582137f7a2c521f6e31e0cee410b5acb65)
+++ uspace/srv/net/nil/eth/eth.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
@@ -41,9 +41,9 @@
 #include <stdio.h>
 #include <str.h>
+#include <err.h>
 
 #include <ipc/ipc.h>
 #include <ipc/services.h>
 
-#include <net_err.h>
 #include <net_messages.h>
 #include <net_modules.h>
Index: uspace/srv/net/nil/eth/eth_module.c
===================================================================
--- uspace/srv/net/nil/eth/eth_module.c	(revision e98b1d582137f7a2c521f6e31e0cee410b5acb65)
+++ uspace/srv/net/nil/eth/eth_module.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
@@ -38,9 +38,9 @@
 #include <async.h>
 #include <stdio.h>
+#include <err.h>
 
 #include <ipc/ipc.h>
 #include <ipc/services.h>
 
-#include <net_err.h>
 #include <net_modules.h>
 #include <net_interface.h>
Index: uspace/srv/net/nil/nildummy/nildummy.c
===================================================================
--- uspace/srv/net/nil/nildummy/nildummy.c	(revision e98b1d582137f7a2c521f6e31e0cee410b5acb65)
+++ uspace/srv/net/nil/nildummy/nildummy.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
@@ -41,8 +41,8 @@
 #include <stdio.h>
 #include <str.h>
+#include <err.h>
 #include <ipc/ipc.h>
 #include <ipc/services.h>
 
-#include <net_err.h>
 #include <net_messages.h>
 #include <net_modules.h>
Index: uspace/srv/net/nil/nildummy/nildummy_module.c
===================================================================
--- uspace/srv/net/nil/nildummy/nildummy_module.c	(revision e98b1d582137f7a2c521f6e31e0cee410b5acb65)
+++ uspace/srv/net/nil/nildummy/nildummy_module.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
@@ -38,9 +38,9 @@
 #include <async.h>
 #include <stdio.h>
+#include <err.h>
 
 #include <ipc/ipc.h>
 #include <ipc/services.h>
 
-#include <net_err.h>
 #include <net_modules.h>
 #include <net_interface.h>
Index: uspace/srv/net/tl/icmp/icmp.c
===================================================================
--- uspace/srv/net/tl/icmp/icmp.c	(revision e98b1d582137f7a2c521f6e31e0cee410b5acb65)
+++ uspace/srv/net/tl/icmp/icmp.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
@@ -47,6 +47,6 @@
 #include <sys/types.h>
 #include <errno.h>
-
-#include <net_err.h>
+#include <err.h>
+
 #include <net_messages.h>
 #include <net_modules.h>
Index: uspace/srv/net/tl/icmp/icmp_module.c
===================================================================
--- uspace/srv/net/tl/icmp/icmp_module.c	(revision e98b1d582137f7a2c521f6e31e0cee410b5acb65)
+++ uspace/srv/net/tl/icmp/icmp_module.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
@@ -40,8 +40,8 @@
 #include <async.h>
 #include <stdio.h>
+#include <err.h>
 #include <ipc/ipc.h>
 #include <ipc/services.h>
 
-#include <net_err.h>
 #include <net_modules.h>
 #include <packet/packet.h>
Index: uspace/srv/net/tl/tcp/tcp.c
===================================================================
--- uspace/srv/net/tl/tcp/tcp.c	(revision e98b1d582137f7a2c521f6e31e0cee410b5acb65)
+++ uspace/srv/net/tl/tcp/tcp.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
@@ -43,9 +43,9 @@
 #include <stdio.h>
 #include <errno.h>
+#include <err.h>
 
 #include <ipc/ipc.h>
 #include <ipc/services.h>
 
-#include <net_err.h>
 #include <net_messages.h>
 #include <net_modules.h>
Index: uspace/srv/net/tl/tcp/tcp_module.c
===================================================================
--- uspace/srv/net/tl/tcp/tcp_module.c	(revision e98b1d582137f7a2c521f6e31e0cee410b5acb65)
+++ uspace/srv/net/tl/tcp/tcp_module.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
@@ -40,8 +40,8 @@
 #include <async.h>
 #include <stdio.h>
+#include <err.h>
 #include <ipc/ipc.h>
 #include <ipc/services.h>
 
-#include <net_err.h>
 #include <net_modules.h>
 #include <packet/packet.h>
Index: uspace/srv/net/tl/udp/udp.c
===================================================================
--- uspace/srv/net/tl/udp/udp.c	(revision e98b1d582137f7a2c521f6e31e0cee410b5acb65)
+++ uspace/srv/net/tl/udp/udp.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
@@ -43,6 +43,6 @@
 #include <ipc/services.h>
 #include <errno.h>
-
-#include <net_err.h>
+#include <err.h>
+
 #include <net_messages.h>
 #include <net_modules.h>
Index: uspace/srv/net/tl/udp/udp_module.c
===================================================================
--- uspace/srv/net/tl/udp/udp_module.c	(revision e98b1d582137f7a2c521f6e31e0cee410b5acb65)
+++ uspace/srv/net/tl/udp/udp_module.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
@@ -40,8 +40,8 @@
 #include <async.h>
 #include <stdio.h>
+#include <err.h>
 #include <ipc/ipc.h>
 #include <ipc/services.h>
 
-#include <net_err.h>
 #include <net_modules.h>
 #include <packet/packet.h>
