In Wireshark and TShark, run dumpcap to get interface lists and lists of
[obnox/wireshark/wip.git] / capture-pcap-util-int.h
index c749d5e042c761fb2463f9f298f1b34dd6633cd9..426595d3414aa0916b1582bf9f28941ccb363d4f 100644 (file)
@@ -26,9 +26,6 @@
 #define __PCAP_UTIL_INT_H__
 
 #ifdef HAVE_LIBPCAP
-#ifdef HAVE_PCAP_REMOTE
-#include <pcap.h>
-#endif /* HAVE_PCAP_REMOTE */
 
 extern if_info_t *if_info_new(char *name, char *description);
 extern void if_info_add_address(if_info_t *if_info, struct sockaddr *addr);