From f8e535f242f950b13687f6ed9468822bc7429fc8 Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 2 Sep 2021 21:03:54 +0000 Subject: [PATCH] sys/param.h is not needed for any visible reason --- usr.bin/ssh/sftp-realpath.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/ssh/sftp-realpath.c b/usr.bin/ssh/sftp-realpath.c index 0ed808f46c7..86bead899ce 100644 --- a/usr.bin/ssh/sftp-realpath.c +++ b/usr.bin/ssh/sftp-realpath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-realpath.c,v 1.1 2019/07/05 04:55:40 djm Exp $ */ +/* $OpenBSD: sftp-realpath.c,v 1.2 2021/09/02 21:03:54 deraadt Exp $ */ /* * Copyright (c) 2003 Constantin S. Svintsoff * @@ -28,7 +28,6 @@ */ #include -#include #include #include -- 2.20.1