summaryrefslogtreecommitdiff
path: root/proto_none.c
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 /proto_none.c
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 'proto_none.c')
-rw-r--r--proto_none.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto_none.c b/proto_none.c
index 0c0f62a..41835a0 100644
--- a/proto_none.c
+++ b/proto_none.c
@@ -9,7 +9,6 @@
#include <ctype.h>
#include "proto.h"
-#include "protos.h"
#include "pkt_buff.h"
void empty(struct pkt_buff *pkt __maybe_unused) {}