aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/rawshark.c b/rawshark.c
index 68dedaddd4..19982787c5 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -90,9 +90,7 @@
#include "caputils/capture-pcap-util.h"
-#ifdef HAVE_EXTCAP
#include "extcap.h"
-#endif
#ifdef HAVE_LIBPCAP
#include <setjmp.h>
@@ -836,9 +834,7 @@ main(int argc, char *argv[])
clean_exit:
epan_free(cfile.epan);
epan_cleanup();
-#ifdef HAVE_EXTCAP
extcap_cleanup();
-#endif
wtap_cleanup();
return ret;
}