aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.c
diff options
context:
space:
mode:
authorAnders <anders.broman@ericsson.com>2018-04-16 17:20:34 +0200
committerAnders Broman <a.broman58@gmail.com>2018-04-16 16:07:46 +0000
commitbb81bef5353138e4f8d80387c2a76650f79e4fb6 (patch)
tree7ab65d853a781fb5a13eb6af53cfb509b6988bbe /extcap.c
parentccff21854d5e340af3e8db3ecde555a20ce1f7d8 (diff)
glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0
Change-Id: Ie95cf37f9cd283545693e290340a7489cc989c95 Reviewed-on: https://code.wireshark.org/review/26970 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'extcap.c')
-rw-r--r--extcap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/extcap.c b/extcap.c
index c5f446a6d0..1b379261df 100644
--- a/extcap.c
+++ b/extcap.c
@@ -39,7 +39,6 @@
#include "ui/iface_toolbar.h"
-#include <wsutil/glib-compat.h>
#include <wsutil/file_util.h>
#include <wsutil/filesystem.h>
#include <wsutil/ws_pipe.h>