aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-nwk-gp.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-25 22:34:06 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-25 22:43:20 +0000
commitadb81f335d17a151361f00001e125480eeaf7bc5 (patch)
treee6a2be82ed201d4f50b7187e9f4f4a12a050d6c1 /epan/dissectors/packet-zbee-nwk-gp.c
parent9c7c72d5f20e1568425cd734e4fbaf03abbebce6 (diff)
Deleting unnecessary #includes from dissectors.
Fifth batch (packet-rtp.c -> end). Will look at cleaning up and committing script afterwards. Change-Id: I8ed61dc941d98d3f7259a9d1f74e214eb7b4bfa2 Reviewed-on: https://code.wireshark.org/review/6052 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'epan/dissectors/packet-zbee-nwk-gp.c')
-rw-r--r--epan/dissectors/packet-zbee-nwk-gp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/packet-zbee-nwk-gp.c b/epan/dissectors/packet-zbee-nwk-gp.c
index 1a2b90abb9..e7db47d496 100644
--- a/epan/dissectors/packet-zbee-nwk-gp.c
+++ b/epan/dissectors/packet-zbee-nwk-gp.c
@@ -30,16 +30,12 @@
#include <epan/packet.h>
#include <epan/exceptions.h>
#include <epan/prefs.h>
-#include <epan/addr_resolv.h>
-#include <epan/expert.h>
#include <epan/uat.h>
-#include "packet-ieee802154.h"
#include "packet-zbee.h"
#include "packet-zbee-nwk.h"
#include "packet-zbee-security.h"
#include "packet-zbee-aps.h"
#include "packet-zbee-zcl.h"
-#include <wsutil/wsgcrypt.h>
void proto_register_zbee_nwk_gp(void);
void proto_reg_handoff_zbee_nwk_gp(void);