aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ndmp.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-23 17:10:40 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-23 17:16:40 +0000
commit7e8a4b09276daf67649c93fc6f2e036cb93257be (patch)
treef66bcbf294d3a32221592d3258ed0b08f72cf6c3 /epan/dissectors/packet-ndmp.c
parent9d7709e7b7681a86efb270f0a7ff02c4c4010988 (diff)
Deleting unnecessary #includes from dissectors.
Fourth batch (packet-mac-lte.c -> packet-rtp.c). Will look at cleaning up and committing script afterwards. Change-Id: Id921f07f4b274f0cfb77ce81abe4a285fdb8b644 Reviewed-on: https://code.wireshark.org/review/6023 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'epan/dissectors/packet-ndmp.c')
-rw-r--r--epan/dissectors/packet-ndmp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ndmp.c b/epan/dissectors/packet-ndmp.c
index f108e2f1ca..485186aad6 100644
--- a/epan/dissectors/packet-ndmp.c
+++ b/epan/dissectors/packet-ndmp.c
@@ -30,9 +30,7 @@
#include "config.h"
-#include <string.h>
#include <epan/packet.h>
-#include <epan/conversation.h>
#include <epan/expert.h>
#include "packet-rpc.h"
#include "packet-ndmp.h"