aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ubdp.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-ubdp.c
parentcef5e81146d8f48bbd00725becd1fd0af7f5ce9e (diff)
Dissectors should not include stdio.h, unless needed
Diffstat (limited to 'epan/dissectors/packet-ubdp.c')
-rw-r--r--epan/dissectors/packet-ubdp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ubdp.c b/epan/dissectors/packet-ubdp.c
index 2da94a4736..e9a97e8afa 100644
--- a/epan/dissectors/packet-ubdp.c
+++ b/epan/dissectors/packet-ubdp.c
@@ -9,7 +9,6 @@
*/
#include "config.h"
-#include <stdio.h>
#include <epan/packet.h>
#include <epan/expert.h>