]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: don't need sys/queue.h here
authordjm@openbsd.org <djm@openbsd.org>
Mon, 27 May 2024 01:52:26 +0000 (01:52 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 27 May 2024 01:55:15 +0000 (11:55 +1000)
OpenBSD-Commit-ID: dd137396828171eb19e4911581812ca58de6c578

auth2-methods.c

index cddcf0ff518afc4f27ff7c77e988989500a01472..8652510f28a0c3ae513cfb559e5c2d2faa30a074 100644 (file)
@@ -17,7 +17,6 @@
 #include "includes.h"
 
 #include <sys/types.h>
-#include <sys/queue.h>
 
 #include <stdlib.h>
 #include <string.h>