better to put this (<sys/proc.h>) in the dtrace header where the definitions

are needed.
This commit is contained in:
christos 2018-06-04 21:35:29 +00:00
parent 6c60409005
commit fbc4edde8d

View File

@ -1,4 +1,4 @@
/* $NetBSD: dtrace_subr.c,v 1.10 2018/06/04 20:12:45 kre Exp $ */
/* $NetBSD: dtrace_subr.c,v 1.11 2018/06/04 21:35:29 christos Exp $ */
/*
* CDDL HEADER START
@ -33,7 +33,6 @@
* Copyright (c) 2011, Joyent, Inc. All rights reserved.
*/
#include <sys/proc.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/types.h>