ssh: remove unused header

Fixes:		0746301c49 ("ssh: pass 0 to procctl(2) to operate...")
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2022-01-31 17:14:12 -05:00
parent 773e3a71b2
commit e38610abca

View file

@ -30,7 +30,6 @@
#include <priv.h> /* For setpflags() and __PROC_PROTECT */
#endif
#include <stdarg.h>
#include <unistd.h>
#include "log.h"