chiark / gitweb /
remove unused includes
[elogind.git] / src / network / networkd-netdev-vlan.c
index 665559f89558ab305a79aa8baa6f28b1db1dbc8a..0ed024b41d444205e345715c8a5adbf987d2c1b9 100644 (file)
@@ -22,8 +22,6 @@
 #include <net/if.h>
 
 #include "networkd-netdev-vlan.h"
-#include "network-internal.h"
-#include "list.h"
 
 static int netdev_vlan_fill_message_create(NetDev *netdev, Link *link, sd_rtnl_message *req) {
         VLan *v = VLAN(netdev);