we don't need pcap.h here (any longer)
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 17 Feb 2006 01:36:28 +0000 (01:36 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 17 Feb 2006 01:36:28 +0000 (01:36 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17324 f5534014-38df-0310-8fa8-9805f1628bb7

version_info.c

index 58adf3d2208f47eef3db05934e39d0b50b3aa34e..141b556f6c434bb8efdf7467eccd2d0970e2b57b 100644 (file)
 # include "config.h"
 #endif
 
-#ifdef HAVE_LIBPCAP
-#include <pcap.h>
-#endif /* HAVE_LIBPCAP */
-
 #include <glib.h>
 
 #include <stdlib.h>
 #include <pcre.h>      /* to get the libpcre version number */
 #endif /* HAVE_LIBPCRE */
 
-/*
- * This has to come after the include of <pcap.h>, as the include of
- * <pcap.h> might cause <winsock2.h> to be included, and if we've
- * already included <winsock.h> as a result of including <windows.h>,
- * we get a bunch of redefinitions.
- */
 #ifdef HAVE_WINDOWS_H
 #include <windows.h>
 #endif