diff options
Diffstat (limited to 'dispatch.c')
-rw-r--r-- | dispatch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dispatch.c b/dispatch.c index 6e4c501e0..6118147bf 100644 --- a/dispatch.c +++ b/dispatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dispatch.c,v 1.32 2019/01/19 21:33:13 djm Exp $ */ +/* $OpenBSD: dispatch.c,v 1.33 2023/03/05 05:34:09 dtucker Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -34,7 +34,6 @@ #include "log.h" #include "dispatch.h" #include "packet.h" -#include "compat.h" #include "ssherr.h" int |