1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

Cleanup: pwd.h is no longer needed.

This commit is contained in:
tb 2015-12-15 18:40:54 +00:00
parent 54a07f1471
commit 6dd9349555

View File

@ -1,4 +1,4 @@
/* $OpenBSD: include.h,v 1.7 2014/11/16 04:49:48 guenther Exp $ */
/* $OpenBSD: include.h,v 1.8 2015/12/15 18:40:54 tb Exp $ */
/* $NetBSD: include.h,v 1.5 1995/04/27 21:22:23 mycroft Exp $ */
/*-
@ -57,7 +57,6 @@
#include <fcntl.h>
#include <limits.h>
#include <math.h>
#include <pwd.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>