From e70e915c9e7f9418e483b87ae72176e4b2562bb6 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 14 Apr 2014 22:17:37 +0200 Subject: dissector: Get rid of header dependency on pcap_io.h The dissector only needs the LINKTYPE_* #defines from pcap_io.h. Instead of pulling in this rather large header just for this, move the LINKTYPE_* #defines to an own header and include it where needed. Signed-off-by: Tobias Klauser --- dissector.h | 1 - 1 file changed, 1 deletion(-) (limited to 'dissector.h') diff --git a/dissector.h b/dissector.h index c86a51d..c6a22e6 100644 --- a/dissector.h +++ b/dissector.h @@ -15,7 +15,6 @@ #include "ring.h" #include "tprintf.h" -#include "pcap_io.h" #include "built_in.h" #define PRINT_NORM 0 -- cgit v1.2.3-54-g00ecf