From 62ba03bbc77d22f33e7abd3e3a066310f90fbbc9 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 23 May 2014 09:30:31 +0200 Subject: netsniff-nf: proto_ipv6: Remove unused #include "csum.h" This module doesn't use the checksum functions, thus we don't need to include csum.h. Signed-off-by: Tobias Klauser --- proto_ipv6.c | 1 - 1 file changed, 1 deletion(-) diff --git a/proto_ipv6.c b/proto_ipv6.c index a38bec3..4149602 100644 --- a/proto_ipv6.c +++ b/proto_ipv6.c @@ -11,7 +11,6 @@ #include /* for inet_ntop() */ #include "proto.h" -#include "csum.h" #include "dissector_eth.h" #include "ipv6.h" #include "geoip.h" -- cgit v1.2.3-54-g00ecf