From: djm@openbsd.org Date: Mon, 27 May 2024 01:52:26 +0000 (+0000) Subject: upstream: don't need sys/queue.h here X-Git-Tag: V_9_8_P1~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8054b906983ceaed01fabd8188d3dac24c05ba39;p=thirdparty%2Fopenssh-portable.git upstream: don't need sys/queue.h here OpenBSD-Commit-ID: dd137396828171eb19e4911581812ca58de6c578 --- diff --git a/auth2-methods.c b/auth2-methods.c index cddcf0ff5..8652510f2 100644 --- a/auth2-methods.c +++ b/auth2-methods.c @@ -17,7 +17,6 @@ #include "includes.h" #include -#include #include #include