Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libintl remove unnecessary #include.
details: https://anonhg.NetBSD.org/src/rev/2aeb43676fe1
branches: trunk
changeset: 580515:2aeb43676fe1
user: yamt <yamt%NetBSD.org@localhost>
date: Wed Apr 27 09:50:26 2005 +0000
description:
remove unnecessary #include.
diffstat:
lib/libintl/strhash.c | 7 ++-----
lib/libintl/sysdep.c | 6 +++---
2 files changed, 5 insertions(+), 8 deletions(-)
diffs (49 lines):
diff -r 0e9e5c5e1a73 -r 2aeb43676fe1 lib/libintl/strhash.c
--- a/lib/libintl/strhash.c Wed Apr 27 07:59:47 2005 +0000
+++ b/lib/libintl/strhash.c Wed Apr 27 09:50:26 2005 +0000
@@ -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 <sys/cdefs.h>
#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 <sys/param.h>
#include <sys/types.h>
-#include <assert.h>
-#include <stdio.h>
-#include <string.h>
#include "libintl_local.h"
diff -r 0e9e5c5e1a73 -r 2aeb43676fe1 lib/libintl/sysdep.c
--- a/lib/libintl/sysdep.c Wed Apr 27 07:59:47 2005 +0000
+++ b/lib/libintl/sysdep.c Wed Apr 27 09:50:26 2005 +0000
@@ -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 <sys/cdefs.h>
#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 <sys/param.h>
#include <sys/types.h>
-#include <assert.h>
+
#include <inttypes.h>
#include <stdlib.h>
#include <string.h>
Home |
Main Index |
Thread Index |
Old Index