summaryrefslogtreecommitdiffstats
path: root/src/tlv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tlv.c')
-rw-r--r--src/tlv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tlv.c b/src/tlv.c
index b43156c..488f775 100644
--- a/src/tlv.c
+++ b/src/tlv.c
@@ -29,8 +29,6 @@
#include <string.h>
-#include <arpa/inet.h>
-
bool gp_babel_tlv_parse(gmrf_t *gmrf, gmrf_context_t *ctx, const gp_babel_packet_t *packet, gp_babel_tlv_cb cb, void *arg) {
if (packet->version != htons(GP_BABEL_VERSION))