diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-05-23 09:30:31 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-05-23 09:30:31 +0200 |
commit | 62ba03bbc77d22f33e7abd3e3a066310f90fbbc9 (patch) | |
tree | d8def2f542c41b1af074d44d9cfd02eab15f5697 | |
parent | f2154ee8285abee46028afff19e6bf2cb4794efc (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>
-rw-r--r-- | proto_ipv6.c | 1 |
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" |