summaryrefslogtreecommitdiff
path: root/src/network/networkctl.c
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2016-03-23 18:47:26 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2016-03-24 16:41:48 +0100
commit6afa676780455e2d847cd367b8f39a02cac98ae3 (patch)
tree747433f254b0ab167cc1485483547430221ba96d /src/network/networkctl.c
parentd8fd85e94f3c2c850f53175d2c277ffb671a7b2b (diff)
lldp: move public macros to sd-lldp.h and namespace them
lldp.h contains definitions of LLDP types, subtypes and capabilities which should be exposed in public headers. Get rid of the file and move those definitions to sd-lldp.h with the SD_ prefix.
Diffstat (limited to 'src/network/networkctl.c')
-rw-r--r--src/network/networkctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/networkctl.c b/src/network/networkctl.c
index 6ec7a911ca..b22a0f648a 100644
--- a/src/network/networkctl.c
+++ b/src/network/networkctl.c
@@ -33,7 +33,6 @@
#include "ether-addr-util.h"
#include "fd-util.h"
#include "hwdb-util.h"
-#include "lldp.h"
#include "local-addresses.h"
#include "locale-util.h"
#include "netlink-util.h"