diff --git a/lib/libintl/strhash.c b/lib/libintl/strhash.c index 4427d6036442..4d285b85011d 100644 --- a/lib/libintl/strhash.c +++ b/lib/libintl/strhash.c @@ -1,4 +1,4 @@ -/* $NetBSD: strhash.c,v 1.1 2004/09/23 16:44:26 tshiozak Exp $ */ +/* $NetBSD: strhash.c,v 1.2 2005/04/27 09:50:26 yamt Exp $ */ /*- * Copyright (c)2003, 2004 Citrus Project, @@ -28,14 +28,11 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: strhash.c,v 1.1 2004/09/23 16:44:26 tshiozak Exp $"); +__RCSID("$NetBSD: strhash.c,v 1.2 2005/04/27 09:50:26 yamt Exp $"); #endif /* LIBC_SCCS and not lint */ #include #include -#include -#include -#include #include "libintl_local.h" diff --git a/lib/libintl/sysdep.c b/lib/libintl/sysdep.c index c39fb7bd0e89..48b9d814e08c 100644 --- a/lib/libintl/sysdep.c +++ b/lib/libintl/sysdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: sysdep.c,v 1.1 2004/09/23 21:35:27 tshiozak Exp $ */ +/* $NetBSD: sysdep.c,v 1.2 2005/04/27 09:50:26 yamt Exp $ */ /*- * Copyright (c)2004 Citrus Project, @@ -28,12 +28,12 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: sysdep.c,v 1.1 2004/09/23 21:35:27 tshiozak Exp $"); +__RCSID("$NetBSD: sysdep.c,v 1.2 2005/04/27 09:50:26 yamt Exp $"); #endif /* LIBC_SCCS and not lint */ #include #include -#include + #include #include #include