diff options
| author | rillig <rillig@NetBSD.org> | 2020-08-22 21:42:38 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2020-08-22 21:42:38 +0000 |
| commit | 09ea154bc36d35e89dd43cd78225271b4f4955a5 (patch) | |
| tree | 797ba1f07ad3471f55d263e3effd243a0fe5094f /usr.bin/make/parse.c | |
| parent | c9ccad44cb02e2a34ae0e3bd12ea47773988dd3e (diff) | |
make(1): clean up headers
Remove redundant headers that are already included by "make.h".
Make <assert.h> available to all compilation units that use "make.h".
Diffstat (limited to 'usr.bin/make/parse.c')
| -rw-r--r-- | usr.bin/make/parse.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index d16590b74b5..c93ab704b9f 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -1,4 +1,4 @@ -/* $NetBSD: parse.c,v 1.259 2020/08/22 21:12:29 rillig Exp $ */ +/* $NetBSD: parse.c,v 1.260 2020/08/22 21:42:38 rillig Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -69,14 +69,14 @@ */ #ifndef MAKE_NATIVE -static char rcsid[] = "$NetBSD: parse.c,v 1.259 2020/08/22 21:12:29 rillig Exp $"; +static char rcsid[] = "$NetBSD: parse.c,v 1.260 2020/08/22 21:42:38 rillig Exp $"; #else #include <sys/cdefs.h> #ifndef lint #if 0 static char sccsid[] = "@(#)parse.c 8.3 (Berkeley) 3/19/94"; #else -__RCSID("$NetBSD: parse.c,v 1.259 2020/08/22 21:12:29 rillig Exp $"); +__RCSID("$NetBSD: parse.c,v 1.260 2020/08/22 21:42:38 rillig Exp $"); #endif #endif /* not lint */ #endif @@ -126,8 +126,6 @@ __RCSID("$NetBSD: parse.c,v 1.259 2020/08/22 21:12:29 rillig Exp $"); #include <sys/types.h> #include <sys/mman.h> #include <sys/stat.h> -#include <assert.h> -#include <ctype.h> #include <errno.h> #include <stdarg.h> #include <stdio.h> |
