diff options
author | kris <kris@FreeBSD.org> | 2001-07-16 04:48:28 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-07-16 04:48:28 +0000 |
commit | 354c502e4cd7d7b5d82890fc7a49d8d556db8959 (patch) | |
tree | 868c3d7f99de92548a84e0a7665756dddd301bf9 | |
parent | 38c4ca6c4e9993a1e93c34ef2fba4ee5595db917 (diff) | |
download | FreeBSD-src-354c502e4cd7d7b5d82890fc7a49d8d556db8959.zip FreeBSD-src-354c502e4cd7d7b5d82890fc7a49d8d556db8959.tar.gz |
Remove unnecessary #include <stdlib.h>
Obtained from: NetBSD
MFC After: 1 week
-rw-r--r-- | lib/libc/gen/fmtcheck.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/gen/fmtcheck.c b/lib/libc/gen/fmtcheck.c index 7cc8cff..0ed2547 100644 --- a/lib/libc/gen/fmtcheck.c +++ b/lib/libc/gen/fmtcheck.c @@ -44,7 +44,6 @@ static const char rcsid[] = #include "namespace.h" -#include <stdlib.h> #include <stdio.h> #include <string.h> #include <ctype.h> |