]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Trivial network cleanup (#3196)
authorThomas H. P. Andersen <phomes@gmail.com>
Thu, 5 May 2016 09:15:46 +0000 (11:15 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 5 May 2016 09:15:46 +0000 (11:15 +0200)
* gitignore: typo fix for test-networkd-conf

* networkd: fix double include

.gitignore
src/network/networkd.h

index c17f79224bf772cfaa8327b069205cf7e7392a12..091b400182d88fcf0b6eeb96178cbbe1c3c16b7d 100644 (file)
 /test-ndisc-rs
 /test-netlink
 /test-netlink-manual
-/test-netword-conf
+/test-networkd-conf
 /test-network
 /test-network-tables
 /test-ns
index 26d9e7d6e0829315cc7e1cb5dc1a2d68765bd1c5..ab512f0d08209fb91d4b8de1428b375184a91d4b 100644 (file)
@@ -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"