aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-19 09:59:45 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-19 09:59:45 +0000
commit9ff274758a78b1419293d232f2de9bc0b3508563 (patch)
treed57bb53e4442da85ed8ec9c1b4e29b38767d975d
parent86a888bc0d936bf8a757165292bb2cdb45f760a0 (diff)
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 <sys/types.h> or <sys/stat.h> on Linux, as we aren't doing, and haven't been doing, ws_stat64()s on Linux. svn path=/trunk/; revision=43351
-rw-r--r--ui/gtk/capture_if_dlg.c5
1 files changed, 0 insertions, 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 <string.h>
-#ifdef __linux__
-#include <sys/types.h>
-#include <sys/stat.h>
-#endif
-
#include <epan/prefs.h>
#include "../capture_ifinfo.h"