diff options
| author | rillig <rillig@NetBSD.org> | 2020-09-01 17:38:26 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2020-09-01 17:38:26 +0000 |
| commit | b13fe81d38cbccd98c8d3f4fb2b3375306a55be9 (patch) | |
| tree | eb63dfb46054a6a2f3e80c161b00de182b3e6a31 /usr.bin/make/parse.c | |
| parent | 2337f2efceb54b7cb8a37585e326df64268fd75d (diff) | |
make(1): clean up documentation in buf.h, and redundant include files
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 16142f36461..9ec93bff87e 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -1,4 +1,4 @@ -/* $NetBSD: parse.c,v 1.274 2020/08/30 11:15:05 rillig Exp $ */ +/* $NetBSD: parse.c,v 1.275 2020/09/01 17:38:26 rillig Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -69,14 +69,14 @@ */ #ifndef MAKE_NATIVE -static char rcsid[] = "$NetBSD: parse.c,v 1.274 2020/08/30 11:15:05 rillig Exp $"; +static char rcsid[] = "$NetBSD: parse.c,v 1.275 2020/09/01 17:38:26 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.274 2020/08/30 11:15:05 rillig Exp $"); +__RCSID("$NetBSD: parse.c,v 1.275 2020/09/01 17:38:26 rillig Exp $"); #endif #endif /* not lint */ #endif @@ -139,10 +139,8 @@ __RCSID("$NetBSD: parse.c,v 1.274 2020/08/30 11:15:05 rillig Exp $"); #endif #include "make.h" -#include "hash.h" #include "dir.h" #include "job.h" -#include "buf.h" #include "pathnames.h" /* types and constants */ |
