]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
snmp: frame.h is not needed anymore
authorVincent Bernat <bernat@luffy.cx>
Sun, 13 Jan 2013 10:08:35 +0000 (11:08 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sun, 13 Jan 2013 10:08:35 +0000 (11:08 +0100)
The `frame_checksum()` function is declared in `lldpd.h`.

src/daemon/agent.c

index 19212924052cc221ac5fa7e7bb10836bd9a67b3e..fb888fea2f2ab7e405587e3ebd3918bb6bf2ac79 100644 (file)
@@ -20,7 +20,6 @@
 #include <assert.h>
 
 #include "agent.h"
-#include "frame.h"
 
 #if HAVE_NET_SNMP_AGENT_UTIL_FUNCS_H
 #include <net-snmp/agent/util_funcs.h>