summaryrefslogtreecommitdiff
path: root/proto_ipv6.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-05-23 09:30:31 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-05-23 09:30:31 +0200
commit62ba03bbc77d22f33e7abd3e3a066310f90fbbc9 (patch)
treed8def2f542c41b1af074d44d9cfd02eab15f5697 /proto_ipv6.c
parentf2154ee8285abee46028afff19e6bf2cb4794efc (diff)
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 <tklauser@distanz.ch>
Diffstat (limited to 'proto_ipv6.c')
-rw-r--r--proto_ipv6.c1
1 files changed, 0 insertions, 1 deletions
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 <arpa/inet.h> /* for inet_ntop() */
#include "proto.h"
-#include "csum.h"
#include "dissector_eth.h"
#include "ipv6.h"
#include "geoip.h"