chiark / gitweb /
remove unused includes
[elogind.git] / src / network / networkd-netdev-macvlan.c
index 198fb575ee3dfc853c366f0947af9e4e14ff6dfc..5f41f1c8658d9492a928a09ab1745aded9299fae 100644 (file)
@@ -22,9 +22,7 @@
 #include <net/if.h>
 
 #include "networkd-netdev-macvlan.h"
-#include "network-internal.h"
 #include "conf-parser.h"
-#include "list.h"
 
 static const char* const macvlan_mode_table[_NETDEV_MACVLAN_MODE_MAX] = {
         [NETDEV_MACVLAN_MODE_PRIVATE] = "private",