diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2000-04-24 22:59:26 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2000-04-24 22:59:26 +0000 |
commit | 4588d493b669447ecc11f6ffcecf55e48e89e67f (patch) | |
tree | 9e7607f114942eca06375650a963ee4901f5f4a4 /usr.sbin | |
parent | 2f7ba362633a628a5da516373ab512ce2a854230 (diff) |
include cleanup
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/user/user.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/user/user.c b/usr.sbin/user/user.c index 10b7e2ce1c2..652b6a639bd 100644 --- a/usr.sbin/user/user.c +++ b/usr.sbin/user/user.c @@ -1,4 +1,4 @@ -/* $OpenBSD: user.c,v 1.6 2000/04/24 22:52:36 jakob Exp $ */ +/* $OpenBSD: user.c,v 1.7 2000/04/24 22:59:25 jakob Exp $ */ /* $NetBSD: user.c,v 1.17 2000/04/14 06:26:55 simonb Exp $ */ /* @@ -32,8 +32,6 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> -#include <sys/types.h> #include <sys/param.h> #include <sys/stat.h> |