From: Thomas H. P. Andersen Date: Thu, 5 May 2016 09:15:46 +0000 (+0200) Subject: Trivial network cleanup (#3196) X-Git-Tag: v230~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37818090c99871577c0cfd8171901eb7e2050be9;p=thirdparty%2Fsystemd.git Trivial network cleanup (#3196) * gitignore: typo fix for test-networkd-conf * networkd: fix double include --- diff --git a/.gitignore b/.gitignore index c17f79224bf..091b400182d 100644 --- a/.gitignore +++ b/.gitignore @@ -235,7 +235,7 @@ /test-ndisc-rs /test-netlink /test-netlink-manual -/test-netword-conf +/test-networkd-conf /test-network /test-network-tables /test-ns diff --git a/src/network/networkd.h b/src/network/networkd.h index 26d9e7d6e08..ab512f0d082 100644 --- a/src/network/networkd.h +++ b/src/network/networkd.h @@ -41,7 +41,6 @@ #include "networkd-netdev-tuntap.h" #include "networkd-netdev-veth.h" #include "networkd-netdev-vlan.h" -#include "networkd-netdev-vlan.h" #include "networkd-netdev-vxlan.h" #include "networkd-network.h" #include "networkd-util.h"