diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-04-19 12:58:17 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-04-19 12:58:17 +0000 |
commit | e584dd63576a6db8099d4582e43ccf5a04218eb4 (patch) | |
tree | af0d168dd5883473e2410df70bceb3797de66949 /usr.bin/xargs | |
parent | be40ce669fc0c95c5b0a58e5f0e62daa230eb680 (diff) |
remove duplicate includes
Diffstat (limited to 'usr.bin/xargs')
-rw-r--r-- | usr.bin/xargs/strnsubst.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/xargs/strnsubst.c b/usr.bin/xargs/strnsubst.c index a26edc57cc7..5cb404cec53 100644 --- a/usr.bin/xargs/strnsubst.c +++ b/usr.bin/xargs/strnsubst.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strnsubst.c,v 1.7 2019/07/03 03:24:02 deraadt Exp $ */ +/* $OpenBSD: strnsubst.c,v 1.8 2023/04/19 12:58:16 jsg Exp $ */ /* $FreeBSD: strnsubst.c,v 1.6 2002/06/22 12:58:42 jmallett Exp $ */ /* @@ -67,7 +67,6 @@ done: } #ifdef TEST -#include <stdio.h> int main(void) |