From c5de507a3a084231ac2e40b06b651a12de9c679f Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 11 Jun 2022 16:43:16 +0000 Subject: [PATCH] make: remove redundant include for stdint.h No functional change. --- usr.bin/make/parse.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index 7550d6524e9e..25b8079cb99b 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -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 #include #include -#include #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.