summaryrefslogtreecommitdiff
path: root/dissector_80211.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-02-24 18:07:33 +0100
committerTobias Klauser <tklauser@distanz.ch>2014-02-24 18:07:33 +0100
commitfe9013a19c9962fd1383ae2a4f595d0aaa8548da (patch)
tree5003e218bc9dff723286a39b30bf8c785322f800 /dissector_80211.h
parent4206469f7028ca9a14a4bd8141b51dd444e979a6 (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 'dissector_80211.h')
-rw-r--r--dissector_80211.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/dissector_80211.h b/dissector_80211.h
index 31e1965..47b50a2 100644
--- a/dissector_80211.h
+++ b/dissector_80211.h
@@ -8,10 +8,7 @@
#define DISSECTOR_80211_H
#include "hash.h"
-#include "proto.h"
#include "protos.h"
-#include "tprintf.h"
-#include "oui.h"
extern struct hash_table ieee80211_lay2;