aboutsummaryrefslogtreecommitdiff
path: root/pcap-new.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-new.c')
-rw-r--r--pcap-new.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pcap-new.c b/pcap-new.c
index 8c4b86a6..6bfb725c 100644
--- a/pcap-new.c
+++ b/pcap-new.c
@@ -44,7 +44,6 @@
#include "pcap-int.h" // for the details of the pcap_t structure
#include "pcap-rpcap.h"
#include "rpcap-protocol.h"
-#include "pcap-rpcap-int.h"
#include <errno.h> // for the errno variable
#include <stdlib.h> // for malloc(), free(), ...
#include <string.h> // for strstr, etc