upstream: remove duplicate signal.h include

OpenBSD-Commit-ID: 30c0a34d74d91ddd0e6992525da70d3293392f70
This commit is contained in:
jsg@openbsd.org 2023-04-12 14:22:04 +00:00 committed by Damien Miller
parent 740dafa20f
commit ac383f3a5c
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $OpenBSD: progressmeter.c,v 1.52 2023/03/08 04:43:12 guenther Exp $ */
/* $OpenBSD: progressmeter.c,v 1.53 2023/04/12 14:22:04 jsg Exp $ */
/*
* Copyright (c) 2003 Nils Nordman. All rights reserved.
*
@ -32,7 +32,6 @@
#include <errno.h>
#include <limits.h>
#include <signal.h>
#include <signal.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>