aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-02-17 01:36:28 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-02-17 01:36:28 +0000
commitdb56fe619f1339f505b90fa532627a0f588e1d2a (patch)
tree51278c996619d273993b6290d5c3730a3e0e00c7 /version_info.c
parentb53c01e799f455726f601136827e313b372a05eb (diff)
we don't need pcap.h here (any longer)
svn path=/trunk/; revision=17324
Diffstat (limited to 'version_info.c')
-rw-r--r--version_info.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/version_info.c b/version_info.c
index 58adf3d220..141b556f6c 100644
--- a/version_info.c
+++ b/version_info.c
@@ -26,10 +26,6 @@
# include "config.h"
#endif
-#ifdef HAVE_LIBPCAP
-#include <pcap.h>
-#endif /* HAVE_LIBPCAP */
-
#include <glib.h>
#include <stdlib.h>
@@ -44,12 +40,6 @@
#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