sys/param.h is not needed for any visible reason
authorderaadt <deraadt@openbsd.org>
Thu, 2 Sep 2021 21:03:54 +0000 (21:03 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 2 Sep 2021 21:03:54 +0000 (21:03 +0000)
usr.bin/ssh/sftp-realpath.c

index 0ed808f..86bead8 100644 (file)
@@ -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 <kostik@iclub.nsu.ru>
  *
@@ -28,7 +28,6 @@
  */
 
 #include <sys/types.h>
-#include <sys/param.h>
 #include <sys/stat.h>
 
 #include <errno.h>