=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.391 retrieving revision 1.392 diff -u -r1.391 -r1.392 --- src/usr.bin/ssh/servconf.c 2023/03/03 04:34:49 1.391 +++ src/usr.bin/ssh/servconf.c 2023/03/05 05:34:09 1.392 @@ -1,5 +1,5 @@ -/* $OpenBSD: servconf.c,v 1.391 2023/03/03 04:34:49 djm Exp $ */ +/* $OpenBSD: servconf.c,v 1.392 2023/03/05 05:34:09 dtucker Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved @@ -41,7 +41,6 @@ #include "sshbuf.h" #include "misc.h" #include "servconf.h" -#include "compat.h" #include "pathnames.h" #include "cipher.h" #include "sshkey.h"