diff options
author | glebius <glebius@FreeBSD.org> | 2014-11-23 10:26:28 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2014-11-23 10:26:28 +0000 |
commit | 10696c171b9b4f5224bf7aa76a0c80e7c072a26b (patch) | |
tree | 0ec954630ed95ba0a683097665cf1f00e180716c /lib | |
parent | a4324a551403a06a930771b06adfb45163781e09 (diff) | |
download | FreeBSD-src-10696c171b9b4f5224bf7aa76a0c80e7c072a26b.zip FreeBSD-src-10696c171b9b4f5224bf7aa76a0c80e7c072a26b.tar.gz |
Do not include buf.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libprocstat/udf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libprocstat/udf.c b/lib/libprocstat/udf.c index 5d9310e..90c369c 100644 --- a/lib/libprocstat/udf.c +++ b/lib/libprocstat/udf.c @@ -30,7 +30,6 @@ __FBSDID("$FreeBSD$"); #include <sys/stat.h> #include <sys/time.h> #include <sys/vnode.h> -#include <sys/buf.h> #define _KERNEL #include <sys/mount.h> #undef _KERNEL |