aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-03-12 12:22:20 -0700
committerGerald Combs <gerald@wireshark.org>2018-03-12 22:11:32 +0000
commit2519115695634258b1b492cc07c8feb8dc925b2f (patch)
tree3d2e0cab5af83af2a46c5814c5265eaaa244bb1d /ui/gtk
parent1a52e085c1bc2afe770693b0f8c6a2530aa196d5 (diff)
Remove some unused or hard-coded header checks.
Remove some unused checks and code found using grep -o 'HAVE_[A-Z0-9_]*' ConfigureChecks.cmake | sort -u \ | while read have_h ; do echo = $have_h ; git --no-pager grep -cl $have_h ; done Change-Id: I86bfcfdc4f60d9d7de87017a7bb00f833a79bd2c Reviewed-on: https://code.wireshark.org/review/26451 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/gtk')
-rw-r--r--ui/gtk/capture_if_details_dlg_win32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/gtk/capture_if_details_dlg_win32.c b/ui/gtk/capture_if_details_dlg_win32.c
index e265b1680e..2acdb47dfc 100644
--- a/ui/gtk/capture_if_details_dlg_win32.c
+++ b/ui/gtk/capture_if_details_dlg_win32.c
@@ -52,9 +52,7 @@
/* issues re winsock.h included before winsock2.h ) */
#include <windowsx.h>
-#ifdef HAVE_NTDDNDIS_H
#include <Ntddndis.h>
-#endif
#include "caputils/capture_win_ifnames.h"