diff options
Diffstat (limited to 'src/port/crypt.c')
-rw-r--r-- | src/port/crypt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/port/crypt.c b/src/port/crypt.c index 2c71be98a94..5488fe60ce2 100644 --- a/src/port/crypt.c +++ b/src/port/crypt.c @@ -43,10 +43,7 @@ __RCSID("$NetBSD: crypt.c,v 1.18 2001/03/01 14:37:35 wiz Exp $"); #include "c.h" -#include <stddef.h> -#include <sys/types.h> #include <limits.h> -#include <stdlib.h> #ifndef WIN32 #include <unistd.h> |