diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-02-24 18:07:33 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-02-24 18:07:33 +0100 |
commit | fe9013a19c9962fd1383ae2a4f595d0aaa8548da (patch) | |
tree | 5003e218bc9dff723286a39b30bf8c785322f800 /proto_80211_mac_hdr.c | |
parent | 4206469f7028ca9a14a4bd8141b51dd444e979a6 (diff) |
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 <tklauser@distanz.ch>
Diffstat (limited to 'proto_80211_mac_hdr.c')
-rw-r--r-- | proto_80211_mac_hdr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto_80211_mac_hdr.c b/proto_80211_mac_hdr.c index 59cb320..23f9c7a 100644 --- a/proto_80211_mac_hdr.c +++ b/proto_80211_mac_hdr.c @@ -17,7 +17,6 @@ #include <arpa/inet.h> /* for inet_ntop() */ #include "proto.h" -#include "protos.h" #include "dissector_80211.h" #include "built_in.h" #include "pkt_buff.h" |