aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd_daemon.c
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2019-01-30 23:56:54 +0000
committerJoão Valverde <j@v6e.pt>2019-07-21 15:54:41 +0000
commit6e5ba74b31e5053c0ba0f3eaa79ff97d03eb5595 (patch)
treef1dcb909bf5fd4a5154af20d58b559e39c0d4eee /sharkd_daemon.c
parentcdac470a60a0fd4ac871072f732a13038e691e73 (diff)
Remove ABI compliance checker code.
It's broken, unmaintained, poorly implemented and obsoleted by saner debug-info methods. Note: To do the compliance check properly would require much more extensive work to clearly define public and private interfaces (without manual bookeeping of files or symbols either, of course, because who would want that...). Change-Id: Ib801f3c152ca2369f95ca1f4af4d37cd8cc7c47a Reviewed-on: https://code.wireshark.org/review/33928 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'sharkd_daemon.c')
-rw-r--r--sharkd_daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sharkd_daemon.c b/sharkd_daemon.c
index f2397821bf..f6f348595f 100644
--- a/sharkd_daemon.c
+++ b/sharkd_daemon.c
@@ -26,6 +26,7 @@
#ifdef _WIN32
#include <wsutil/unicode-utils.h>
#include <wsutil/filesystem.h>
+#include <wsutil/win32-utils.h>
#endif
#include <wsutil/socket.h>
@@ -38,7 +39,6 @@
#endif
#include <wsutil/strtoi.h>
-#include <wsutil/win32-utils.h>
#include "sharkd.h"