summaryrefslogtreecommitdiffstats
path: root/bin/ps
diff options
context:
space:
mode:
authorhsu <hsu@FreeBSD.org>1996-11-10 06:13:12 +0000
committerhsu <hsu@FreeBSD.org>1996-11-10 06:13:12 +0000
commit5b38eecfbf03862a8692084f90e3ef0eeb26bb42 (patch)
treedd04ca19b51d6ad8203741657b8a3662c55df430 /bin/ps
parent7d9f6cd5a3111047559f5efcf5cd0da6bfe7b053 (diff)
downloadFreeBSD-src-5b38eecfbf03862a8692084f90e3ef0eeb26bb42.zip
FreeBSD-src-5b38eecfbf03862a8692084f90e3ef0eeb26bb42.tar.gz
Remove unneeded #include <sys/proc.h>.
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/ps.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index 6f59124..0a91a8e 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ps.c,v 1.12 1996/01/20 10:43:54 mpp Exp $
+ * $Id: ps.c,v 1.13 1996/10/21 07:30:26 peter Exp $
*/
#ifndef lint
@@ -47,7 +47,6 @@ static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94";
#include <sys/user.h>
#include <sys/time.h>
#include <sys/resource.h>
-#include <sys/proc.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/sysctl.h>
OpenPOWER on IntegriCloud