From fe9013a19c9962fd1383ae2a4f595d0aaa8548da Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 24 Feb 2014 18:07:33 +0100 Subject: dissectors: Get rid of unecessary includes of protos.h This header is actually only needed in dissector_eth and dissector_80211, so remove the other users accordingly. Signed-off-by: Tobias Klauser --- dissector_eth.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'dissector_eth.h') diff --git a/dissector_eth.h b/dissector_eth.h index 45d3b6c..c02213f 100644 --- a/dissector_eth.h +++ b/dissector_eth.h @@ -8,10 +8,7 @@ #define DISSECTOR_ETH_H #include "hash.h" -#include "proto.h" #include "protos.h" -#include "tprintf.h" -#include "oui.h" extern struct hash_table eth_lay2; extern struct hash_table eth_lay3; -- cgit v1.2.3-54-g00ecf