diff --git a/appl/ftp/ftp/ftp_locl.h b/appl/ftp/ftp/ftp_locl.h index 5d91252b4..ce9c35d37 100644 --- a/appl/ftp/ftp/ftp_locl.h +++ b/appl/ftp/ftp/ftp_locl.h @@ -45,8 +45,6 @@ #include #endif -#include - #ifdef HAVE_PWD_H #include #endif diff --git a/lib/roken/strcasecmp.c b/lib/roken/strcasecmp.c index 12a51a1d2..d7e590bee 100644 --- a/lib/roken/strcasecmp.c +++ b/lib/roken/strcasecmp.c @@ -40,9 +40,6 @@ RCSID("$Id$"); #ifdef HAVE_SYS_TYPES_H #include #endif -#ifdef HAVE_SYS_CDEFS_H -#include -#endif #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93";