Trivial network cleanup (#3196)

* gitignore: typo fix for test-networkd-conf

* networkd: fix double include
This commit is contained in:
Thomas H. P. Andersen 2016-05-05 11:15:46 +02:00 committed by Lennart Poettering
parent 5119d304ff
commit 37818090c9
2 changed files with 1 additions and 2 deletions

2
.gitignore vendored
View File

@ -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

View 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"