summaryrefslogtreecommitdiff
path: root/proto_tcp.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-08-15 10:21:01 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-08-15 10:21:01 +0200
commit62bdf888459a6d2ae50d2d2d00447307e0190a97 (patch)
tree5903792f1ed6fe72a010a6e470cd423ead38829d /proto_tcp.c
parent6f7131bae7f31ebc39c1e6a044c46b18d7267a30 (diff)
dissectors: Remove unnecessary includes of dissector_eth.h
dissector_eth.h is only used in dissectors which need to manipulate the eth_lay2 and eth_lay3 hash tables. Remove the include from all dissectors that don't access them. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'proto_tcp.c')
-rw-r--r--proto_tcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto_tcp.c b/proto_tcp.c
index 893b0b3..04ae858 100644
--- a/proto_tcp.c
+++ b/proto_tcp.c
@@ -11,7 +11,6 @@
#include <asm/byteorder.h>
#include "proto.h"
-#include "dissector_eth.h"
#include "lookup.h"
#include "built_in.h"
#include "pkt_buff.h"