Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Remove extra #include.



details:   https://anonhg.NetBSD.org/src/rev/77161e9205e4
branches:  trunk
changeset: 503604:77161e9205e4
user:      briggs <briggs%NetBSD.org@localhost>
date:      Sat Feb 10 05:36:35 2001 +0000

description:
Remove extra #include.

diffstat:

 lib/libc/gen/fmtcheck.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 9ccca230553c -r 77161e9205e4 lib/libc/gen/fmtcheck.c
--- a/lib/libc/gen/fmtcheck.c   Sat Feb 10 05:05:27 2001 +0000
+++ b/lib/libc/gen/fmtcheck.c   Sat Feb 10 05:36:35 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fmtcheck.c,v 1.3 2000/11/16 02:10:18 matt Exp $        */
+/*     $NetBSD: fmtcheck.c,v 1.4 2001/02/10 05:36:35 briggs Exp $      */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -37,12 +37,11 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fmtcheck.c,v 1.3 2000/11/16 02:10:18 matt Exp $");
+__RCSID("$NetBSD: fmtcheck.c,v 1.4 2001/02/10 05:36:35 briggs Exp $");
 #endif
 
 #include "namespace.h"
 
-#include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>



Home | Main Index | Thread Index | Old Index