Remove sys/types.h include as per style (9)

SDT requries sys/param.h due to use of NULL

Reported by:	Garrett
Sponsored by:	Multiplay
This commit is contained in:
Steven Hartland 2014-09-18 20:38:18 +00:00
parent ec4a897719
commit 8caa3daf35
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@
.Nd a DTrace framework for adding statically-defined tracing probes
.Sh SYNOPSIS
.In sys/param.h
.In sys/types.h
.In sys/queue.h
.In sys/sdt.h
.Fn SDT_PROVIDER_DECLARE prov

View File

@ -30,7 +30,6 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/types.h>
#include <sys/queue.h>
#include <sys/sdt.h>