From e1f323f350084227fe4c2b8eb5e47fcbf2d3c952 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Mon, 29 Dec 2008 18:58:22 +0000 Subject: [PATCH] Include param.h instead of types.h before user.h so that the nested include of param.h can be removed from audit.h. MFC after: 3 weeks --- usr.bin/procstat/procstat.c | 2 +- usr.bin/procstat/procstat_args.c | 2 +- usr.bin/procstat/procstat_basic.c | 2 +- usr.bin/procstat/procstat_bin.c | 2 +- usr.bin/procstat/procstat_cred.c | 2 +- usr.bin/procstat/procstat_files.c | 2 +- usr.bin/procstat/procstat_kstack.c | 2 +- usr.bin/procstat/procstat_threads.c | 2 +- usr.bin/procstat/procstat_vm.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/usr.bin/procstat/procstat.c b/usr.bin/procstat/procstat.c index 48f705184e9..bc026821f8f 100644 --- a/usr.bin/procstat/procstat.c +++ b/usr.bin/procstat/procstat.c @@ -26,7 +26,7 @@ * $FreeBSD$ */ -#include +#include #include #include diff --git a/usr.bin/procstat/procstat_args.c b/usr.bin/procstat/procstat_args.c index 84da1d88154..e5a7acda921 100644 --- a/usr.bin/procstat/procstat_args.c +++ b/usr.bin/procstat/procstat_args.c @@ -26,7 +26,7 @@ * $FreeBSD$ */ -#include +#include #include #include diff --git a/usr.bin/procstat/procstat_basic.c b/usr.bin/procstat/procstat_basic.c index 7d7928c73e7..277517242a4 100644 --- a/usr.bin/procstat/procstat_basic.c +++ b/usr.bin/procstat/procstat_basic.c @@ -26,7 +26,7 @@ * $FreeBSD$ */ -#include +#include #include #include diff --git a/usr.bin/procstat/procstat_bin.c b/usr.bin/procstat/procstat_bin.c index 178d0a49b47..8ed5efed9a1 100644 --- a/usr.bin/procstat/procstat_bin.c +++ b/usr.bin/procstat/procstat_bin.c @@ -26,7 +26,7 @@ * $FreeBSD$ */ -#include +#include #include #include diff --git a/usr.bin/procstat/procstat_cred.c b/usr.bin/procstat/procstat_cred.c index 82ac6adeaaf..a84924a9603 100644 --- a/usr.bin/procstat/procstat_cred.c +++ b/usr.bin/procstat/procstat_cred.c @@ -26,7 +26,7 @@ * $FreeBSD$ */ -#include +#include #include #include diff --git a/usr.bin/procstat/procstat_files.c b/usr.bin/procstat/procstat_files.c index 74ec590d50e..debb0e44a20 100644 --- a/usr.bin/procstat/procstat_files.c +++ b/usr.bin/procstat/procstat_files.c @@ -26,7 +26,7 @@ * $FreeBSD$ */ -#include +#include #include #include #include diff --git a/usr.bin/procstat/procstat_kstack.c b/usr.bin/procstat/procstat_kstack.c index bd7c34cc299..9d5f71e3757 100644 --- a/usr.bin/procstat/procstat_kstack.c +++ b/usr.bin/procstat/procstat_kstack.c @@ -26,7 +26,7 @@ * $FreeBSD$ */ -#include +#include #include #include diff --git a/usr.bin/procstat/procstat_threads.c b/usr.bin/procstat/procstat_threads.c index 2f34012beda..64e0a369ccc 100644 --- a/usr.bin/procstat/procstat_threads.c +++ b/usr.bin/procstat/procstat_threads.c @@ -26,7 +26,7 @@ * $FreeBSD$ */ -#include +#include #include #include diff --git a/usr.bin/procstat/procstat_vm.c b/usr.bin/procstat/procstat_vm.c index 1873c4f25e6..11b5ed139e8 100644 --- a/usr.bin/procstat/procstat_vm.c +++ b/usr.bin/procstat/procstat_vm.c @@ -26,7 +26,7 @@ * $FreeBSD$ */ -#include +#include #include #include