aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd_session.c
diff options
context:
space:
mode:
authorPaul Offord <paul.offord58@gmail.com>2021-06-21 08:59:34 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-06-21 12:49:47 +0000
commit6912666568e90dea0bbe81d1d8e35e407b9c058c (patch)
treeb02fd9533a603b787f36b8fe6b383ab7bb3b11bc /sharkd_session.c
parent647205177179a6e9ef6c08f08c33a2b405efffbc (diff)
removed reference to wsutil/ws_printf.h
Diffstat (limited to 'sharkd_session.c')
-rw-r--r--sharkd_session.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sharkd_session.c b/sharkd_session.c
index 81fc577691..9f4172d687 100644
--- a/sharkd_session.c
+++ b/sharkd_session.c
@@ -20,7 +20,6 @@
#include <glib.h>
#include <wsutil/wsjson.h>
-#include <wsutil/ws_printf.h>
#include <wsutil/json_dumper.h>
#include <wsutil/ws_assert.h>