From 9ff274758a78b1419293d232f2de9bc0b3508563 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 19 Jun 2012 09:59:45 +0000 Subject: [PATCH] capture_get_if_icon() no longer determines the interface type itself, it relies on get_interface_type() having done so. Thus, we no longer need to include or on Linux, as we aren't doing, and haven't been doing, ws_stat64()s on Linux. svn path=/trunk/; revision=43351 --- ui/gtk/capture_if_dlg.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ui/gtk/capture_if_dlg.c b/ui/gtk/capture_if_dlg.c index a568bee141..f9309653d1 100644 --- a/ui/gtk/capture_if_dlg.c +++ b/ui/gtk/capture_if_dlg.c @@ -32,11 +32,6 @@ #include -#ifdef __linux__ -#include -#include -#endif - #include #include "../capture_ifinfo.h"