From 044d36f34766592439871e7cc1fe722f3e2666f7 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 5 Dec 1997 03:31:52 +0000 Subject: [PATCH] remove use of git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4126 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/ftp_locl.h | 2 -- lib/roken/strcasecmp.c | 3 --- 2 files changed, 5 deletions(-) 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";