summaryrefslogtreecommitdiffstats
path: root/src/network/netdev/vrf.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-10-31 03:07:23 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-10-31 09:57:03 +0100
commitf5947a5e925117c55b390460d592f57504277bf9 (patch)
tree194f5591b1641cd30ea49c11f4f7b4582e7cbf34 /src/network/netdev/vrf.c
parenttest: move {test,fuzz}-fido-id-desc.c into src/udev/fido_id (diff)
downloadsystemd-f5947a5e925117c55b390460d592f57504277bf9.tar.xz
systemd-f5947a5e925117c55b390460d592f57504277bf9.zip
tree-wide: drop missing.h
Diffstat (limited to 'src/network/netdev/vrf.c')
-rw-r--r--src/network/netdev/vrf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/netdev/vrf.c b/src/network/netdev/vrf.c
index 76b8f69d95..dc7a967230 100644
--- a/src/network/netdev/vrf.c
+++ b/src/network/netdev/vrf.c
@@ -2,7 +2,6 @@
#include <net/if.h>
-#include "missing.h"
#include "vrf.h"
static int netdev_vrf_fill_message_create(NetDev *netdev, Link *link, sd_netlink_message *m) {