aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fefd.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-23 11:34:43 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-23 12:22:54 +0000
commit48db2548a9f7fd5b6c3dae74bfc9056e8f329602 (patch)
treeff7ceac3e7d9ca10a50bfd269c5689ee3ebe89ff /epan/dissectors/packet-fefd.c
parent0e78f7eb0ea054645fa42c472da652c5d571367d (diff)
Deleting unneccessary #includes from dissectors.
Second batch (packet-eth.c -> packet-icmpv6.d). Will look at cleaning up and committing script afterwards. Change-Id: I14295758b81a59115d8c88899f166cc3d5d17594 Reviewed-on: https://code.wireshark.org/review/6013 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'epan/dissectors/packet-fefd.c')
-rw-r--r--epan/dissectors/packet-fefd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-fefd.c b/epan/dissectors/packet-fefd.c
index 1871a0a501..dc5b59cfd1 100644
--- a/epan/dissectors/packet-fefd.c
+++ b/epan/dissectors/packet-fefd.c
@@ -25,10 +25,7 @@
#include "config.h"
#include <epan/packet.h>
-#include <epan/strutil.h>
-#include <epan/oui.h>
-#include <epan/nlpid.h>
void proto_register_fefd(void);
void proto_reg_handoff_fefd(void);