]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/netdev/vxlan.h
network: cleanup header inclusion
[thirdparty/systemd.git] / src / network / netdev / vxlan.h
index 0c61bba2b89de3b3753a80f0a46ce2df1baf7a77..cf8ae8845e83353c01102b92b21b091cfafccb36 100644 (file)
@@ -6,7 +6,7 @@ typedef struct VxLan VxLan;
 #include <linux/if_link.h>
 
 #include "in-addr-util.h"
-#include "netdev/netdev.h"
+#include "netdev.h"
 
 #define VXLAN_VID_MAX (1u << 24) - 1
 #define VXLAN_FLOW_LABEL_MAX_MASK 0xFFFFFU