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
This commit is contained in:
Guy Harris 2012-06-19 09:59:45 +00:00
parent 86a888bc0d
commit 9ff274758a
1 changed files with 0 additions and 5 deletions

View File

@ -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"