From db56fe619f1339f505b90fa532627a0f588e1d2a Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Fri, 17 Feb 2006 01:36:28 +0000 Subject: we don't need pcap.h here (any longer) svn path=/trunk/; revision=17324 --- version_info.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'version_info.c') 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 -#endif /* HAVE_LIBPCAP */ - #include #include @@ -44,12 +40,6 @@ #include /* to get the libpcre version number */ #endif /* HAVE_LIBPCRE */ -/* - * This has to come after the include of , as the include of - * might cause to be included, and if we've - * already included as a result of including , - * we get a bunch of redefinitions. - */ #ifdef HAVE_WINDOWS_H #include #endif -- cgit v1.2.3