diff options
author | ed <ed@FreeBSD.org> | 2010-03-09 20:58:15 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2010-03-09 20:58:15 +0000 |
commit | 4d3d204932053d26cf21ca49d47afc35db8ee63d (patch) | |
tree | 88013d5cf6d08eeb9d99a50e93679c9653d3f203 /contrib/ipfilter/ipsend | |
parent | 491a48ad640444a4893e023c40c20d5fe23de5dd (diff) | |
download | FreeBSD-src-4d3d204932053d26cf21ca49d47afc35db8ee63d.zip FreeBSD-src-4d3d204932053d26cf21ca49d47afc35db8ee63d.tar.gz |
Remove unneeded include of <sys/timeb.h>.
This header file should not be included by anything.
Diffstat (limited to 'contrib/ipfilter/ipsend')
-rw-r--r-- | contrib/ipfilter/ipsend/sbpf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/ipfilter/ipsend/sbpf.c b/contrib/ipfilter/ipsend/sbpf.c index 9a5cc2e..2b356b6 100644 --- a/contrib/ipfilter/ipsend/sbpf.c +++ b/contrib/ipfilter/ipsend/sbpf.c @@ -9,7 +9,6 @@ #include <sys/types.h> #include <sys/mbuf.h> #include <sys/time.h> -#include <sys/timeb.h> #include <sys/socket.h> #include <sys/file.h> #include <sys/ioctl.h> |