diff options
author | Guy Harris <guy@alum.mit.edu> | 2013-05-22 01:57:45 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2013-05-22 01:57:45 +0000 |
commit | cbdf1039c18b8f91514d50abdec5a3a5b41cc034 (patch) | |
tree | 08f5dd3b19aeacf1a79a9c14d4400dfb89cbaffe | |
parent | 18c5053f2b254596adbe5c54de6e33998ab9d6b1 (diff) | |
download | wireshark-cbdf1039c18b8f91514d50abdec5a3a5b41cc034.tar.gz wireshark-cbdf1039c18b8f91514d50abdec5a3a5b41cc034.tar.bz2 wireshark-cbdf1039c18b8f91514d50abdec5a3a5b41cc034.zip |
wsutil/file_util.h should no longer be needed here.
svn path=/trunk/; revision=49489
-rw-r--r-- | capture_ifinfo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/capture_ifinfo.c b/capture_ifinfo.c index 9f24f0e70a..af76eabbc8 100644 --- a/capture_ifinfo.c +++ b/capture_ifinfo.c @@ -52,8 +52,6 @@ #include "capture_sync.h" #include "log.h" -#include "wsutil/file_util.h" - #include "capture_ifinfo.h" #ifdef HAVE_PCAP_REMOTE |