Module Name:    src
Committed By:   rillig
Date:           Sat Jun 11 16:43:16 UTC 2022

Modified Files:
        src/usr.bin/make: parse.c

Log Message:
make: remove redundant include for stdint.h

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.675 -r1.676 src/usr.bin/make/parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/parse.c
diff -u src/usr.bin/make/parse.c:1.675 src/usr.bin/make/parse.c:1.676
--- src/usr.bin/make/parse.c:1.675	Fri Jun 10 22:42:47 2022
+++ src/usr.bin/make/parse.c	Sat Jun 11 16:43:16 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: parse.c,v 1.675 2022/06/10 22:42:47 rillig Exp $	*/
+/*	$NetBSD: parse.c,v 1.676 2022/06/11 16:43:16 rillig Exp $	*/
 
 /*
  * Copyright (c) 1988, 1989, 1990, 1993
@@ -98,7 +98,6 @@
 #include <sys/stat.h>
 #include <errno.h>
 #include <stdarg.h>
-#include <stdint.h>
 
 #include "make.h"
 #include "dir.h"
@@ -106,7 +105,7 @@
 #include "pathnames.h"
 
 /*	"@(#)parse.c	8.3 (Berkeley) 3/19/94"	*/
-MAKE_RCSID("$NetBSD: parse.c,v 1.675 2022/06/10 22:42:47 rillig Exp $");
+MAKE_RCSID("$NetBSD: parse.c,v 1.676 2022/06/11 16:43:16 rillig Exp $");
 
 /*
  * A file being read.

Reply via email to