From: Vincent Bernat Date: Sun, 13 Jan 2013 10:08:35 +0000 (+0100) Subject: snmp: frame.h is not needed anymore X-Git-Tag: 0.7.2~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a6a7f74094304205687c624435207ae63435123;p=thirdparty%2Flldpd.git snmp: frame.h is not needed anymore The `frame_checksum()` function is declared in `lldpd.h`. --- diff --git a/src/daemon/agent.c b/src/daemon/agent.c index 19212924..fb888fea 100644 --- a/src/daemon/agent.c +++ b/src/daemon/agent.c @@ -20,7 +20,6 @@ #include #include "agent.h" -#include "frame.h" #if HAVE_NET_SNMP_AGENT_UTIL_FUNCS_H #include