Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make make: remove redundant include for stdint.h



details:   https://anonhg.NetBSD.org/src/rev/e416dc71e38a
branches:  trunk
changeset: 366740:e416dc71e38a
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Jun 11 16:43:16 2022 +0000

description:
make: remove redundant include for stdint.h

No functional change.

diffstat:

 usr.bin/make/parse.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 002498502cf0 -r e416dc71e38a usr.bin/make/parse.c
--- a/usr.bin/make/parse.c      Sat Jun 11 16:41:55 2022 +0000
+++ b/usr.bin/make/parse.c      Sat Jun 11 16:43:16 2022 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index