mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Remove unneeded #include <sys/proc.h>.
This commit is contained in:
parent
747b64b167
commit
03fd7487d6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19596
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user