Skip to content

Commit

Permalink
Remove redundant pcap.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jul 27, 2014
1 parent 11b2da3 commit f79fc04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/include/pcap.h
Expand Up @@ -26,6 +26,7 @@
*/
#include <freeradius-devel/libradius.h>
#include <freeradius-devel/net.h>

#include <sys/types.h>
#include <pcap.h>

Expand Down
1 change: 0 additions & 1 deletion src/lib/pcap.c
Expand Up @@ -24,7 +24,6 @@
#ifdef HAVE_LIBPCAP

#include <sys/ioctl.h>
#include <pcap/pcap.h>
#include <freeradius-devel/pcap.h>

const FR_NAME_NUMBER pcap_types[] = {
Expand Down

0 comments on commit f79fc04

Please sign in to comment.