aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btmesh.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2021-12-05 12:45:46 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2021-12-05 12:45:46 +0000
commitadbaced04c8a252246a667aa4cfd660aa2823316 (patch)
tree413b9098e64b80f623891281306a1f86a9f8545c /epan/dissectors/packet-btmesh.c
parentcef5e81146d8f48bbd00725becd1fd0af7f5ce9e (diff)
Dissectors should not include stdio.h, unless needed
Diffstat (limited to 'epan/dissectors/packet-btmesh.c')
-rw-r--r--epan/dissectors/packet-btmesh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-btmesh.c b/epan/dissectors/packet-btmesh.c
index af2bd2e00a..6c325f0262 100644
--- a/epan/dissectors/packet-btmesh.c
+++ b/epan/dissectors/packet-btmesh.c
@@ -22,7 +22,6 @@
#include <epan/prefs.h>
#include <wsutil/wsgcrypt.h>
#include <epan/expert.h>
-#include <stdio.h>
#include <math.h>
#include <epan/uat.h>
#include <epan/reassemble.h>