diff options
author | pjd <pjd@FreeBSD.org> | 2014-06-26 13:57:44 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2014-06-26 13:57:44 +0000 |
commit | 64b5b5018dcee045b6358fff8c4a0adfd7d2a05f (patch) | |
tree | 681dad1fed0950e50ff9cdf36936238a9c012ee4 /sbin/dhclient/bpf.c | |
parent | 2faded8827e6345a39d1a4831f3d8661e29ea88c (diff) | |
download | FreeBSD-src-64b5b5018dcee045b6358fff8c4a0adfd7d2a05f.zip FreeBSD-src-64b5b5018dcee045b6358fff8c4a0adfd7d2a05f.tar.gz |
Remove duplicated includes.
Submitted by: Mariusz Zaborski <oshogbo@FreeBSD.org>
Diffstat (limited to 'sbin/dhclient/bpf.c')
-rw-r--r-- | sbin/dhclient/bpf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/dhclient/bpf.c b/sbin/dhclient/bpf.c index 7c2e531..78b9eb6 100644 --- a/sbin/dhclient/bpf.c +++ b/sbin/dhclient/bpf.c @@ -43,8 +43,6 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#include <sys/capsicum.h> - #include "dhcpd.h" #include "privsep.h" #include <sys/capsicum.h> |