aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-12-29 23:09:42 +0000
committerGuy Harris <guy@alum.mit.edu>2011-12-29 23:09:42 +0000
commit7e531049a0dd26f8e87e6d866c0ff0c0dd01f0c9 (patch)
treee4171ec186256d2c30b6990a6ca38253229e10b3 /rawshark.c
parent3864d5d19d5757ce74d5d282e36382a7fde1301f (diff)
Swallow cant_load_winpcap_err() up into capture-wpcap.c, so that
anything that uses WinPcap can use that message text in its error messages. svn path=/trunk/; revision=40335
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rawshark.c b/rawshark.c
index e900257d13..bb8069c761 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -106,7 +106,6 @@
#include "pcapio.h"
#ifdef _WIN32
#include "capture-wpcap.h"
-#include "capture_errs.h"
#endif /* _WIN32 */
#endif /* HAVE_LIBPCAP */
#include "log.h"