git: 230811a88361 - main - bsdinstall/distfetch: Remove duplicate header
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Mar 2022 14:20:31 UTC
The branch main has been updated by asiciliano: URL: https://cgit.FreeBSD.org/src/commit/?id=230811a88361ba07afce9cc94f4e95750f6a8c69 commit 230811a88361ba07afce9cc94f4e95750f6a8c69 Author: Alfonso S. Siciliano <asiciliano@FreeBSD.org> AuthorDate: 2022-03-29 14:15:28 +0000 Commit: Alfonso S. Siciliano <asiciliano@FreeBSD.org> CommitDate: 2022-03-29 14:19:57 +0000 bsdinstall/distfetch: Remove duplicate header Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D34685 --- usr.sbin/bsdinstall/distfetch/distfetch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/bsdinstall/distfetch/distfetch.c b/usr.sbin/bsdinstall/distfetch/distfetch.c index 440a708c285f..c5749c07854a 100644 --- a/usr.sbin/bsdinstall/distfetch/distfetch.c +++ b/usr.sbin/bsdinstall/distfetch/distfetch.c @@ -38,7 +38,6 @@ __FBSDID("$FreeBSD$"); #include <errno.h> #include <stdio.h> #include <fetch.h> -#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h>