pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/lib Sync with basesrc 1.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/54ce55a786bc
branches: trunk
changeset: 502765:54ce55a786bc
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Nov 08 20:17:56 2005 +0000
description:
Sync with basesrc 1.3:
Remove some unnecessary header includes.
diffstat:
pkgtools/pkg_install/files/lib/dewey.c | 18 +++---------------
1 files changed, 3 insertions(+), 15 deletions(-)
diffs (35 lines):
diff -r d3548f5e9057 -r 54ce55a786bc pkgtools/pkg_install/files/lib/dewey.c
--- a/pkgtools/pkg_install/files/lib/dewey.c Tue Nov 08 20:10:08 2005 +0000
+++ b/pkgtools/pkg_install/files/lib/dewey.c Tue Nov 08 20:17:56 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dewey.c,v 1.2 2005/11/07 18:53:53 tv Exp $ */
+/* $NetBSD: dewey.c,v 1.3 2005/11/08 20:17:56 wiz Exp $ */
#if HAVE_CONFIG_H
#include "config.h"
@@ -25,23 +25,11 @@
*
*/
-#if HAVE_ASSERT_H
-#include <assert.h>
-#endif
#if HAVE_CTYPE_H
#include <ctype.h>
#endif
-#if HAVE_ERR_H
-#include <err.h>
-#endif
-#if HAVE_FNMATCH_H
-#include <fnmatch.h>
-#endif
-#if HAVE_INTTYPES_H
-#include <inttypes.h>
-#endif
-#if HAVE_STRING_H
-#include <string.h>
+#if HAVE_STDLIB_H
+#include <stdlib.h>
#endif
#include "defs.h"
Home |
Main Index |
Thread Index |
Old Index