Update:
[obnox/wireshark/wip.git] / capture-pcap-util-int.h
index 4ce311e646ef80af41512f5d32688cf4c41254ae..e5a1303d64088a387bab80a38da19510ac39610b 100644 (file)
 #ifndef __PCAP_UTIL_INT_H__
 #define __PCAP_UTIL_INT_H__
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
-#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);
 #ifdef HAVE_PCAP_FINDALLDEVS
@@ -51,6 +42,4 @@ extern GList *get_interface_list_findalldevs(int *err, char **err_str);
  */
 extern gchar *cant_get_if_list_error_message(const char *err_str);
 
-#endif /* HAVE_LIBPCAP */
-
 #endif /* __PCAP_UTIL_INT_H__ */