Index: uspace/srv/net/nil/eth/eth.c
===================================================================
--- uspace/srv/net/nil/eth/eth.c	(revision 2687bdbc4faca1a8782e8afa0768320dcf8ee0c3)
+++ uspace/srv/net/nil/eth/eth.c	(revision d52fbaf59e7bccbf3e5d682f5fafb0146f625e9f)
@@ -48,5 +48,5 @@
 
 #include <net_messages.h>
-#include <net_modules.h>
+#include <net/modules.h>
 #include <net_checksum.h>
 #include <ethernet_lsap.h>
Index: uspace/srv/net/nil/eth/eth_module.c
===================================================================
--- uspace/srv/net/nil/eth/eth_module.c	(revision 2687bdbc4faca1a8782e8afa0768320dcf8ee0c3)
+++ uspace/srv/net/nil/eth/eth_module.c	(revision d52fbaf59e7bccbf3e5d682f5fafb0146f625e9f)
@@ -43,5 +43,5 @@
 #include <ipc/services.h>
 
-#include <net_modules.h>
+#include <net/modules.h>
 #include <net_interface.h>
 #include <packet/packet.h>
