aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mqtt.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-11-18 22:31:45 -0500
committerMichael Mann <mmann78@netscape.net>2017-11-19 05:14:57 +0000
commitbb47a68e0983fa4da5b607dd775e227528da1955 (patch)
tree7a1b5d63cb183f807620eaab28291b82633b2507 /epan/dissectors/packet-mqtt.c
parent752d0ef753983b45142e76a71dcdf3ab3c082439 (diff)
Move dissect_leb128 to file-elf.c
This allows for the removal of epan/dwarf.[ch] Functionality could probably be handled by an encoding (like dissect_uleb128), but for now keep it in file-elf.c as that's the only functionality currently using it. Change-Id: I84cf6af02abb3d53ea7d9b774e3313d77a1ff497 Reviewed-on: https://code.wireshark.org/review/24486 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-mqtt.c')
-rw-r--r--epan/dissectors/packet-mqtt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mqtt.c b/epan/dissectors/packet-mqtt.c
index c7a9a98683..7f03466e31 100644
--- a/epan/dissectors/packet-mqtt.c
+++ b/epan/dissectors/packet-mqtt.c
@@ -48,7 +48,6 @@
#include <epan/packet.h>
#include <epan/strutil.h>
#include <epan/uat.h>
-#include <epan/dwarf.h>
#include "packet-tcp.h"
#include "packet-ssl.h"