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 fa4152a44..7ef9a38c7 100644 --- a/dispatch.c +++ b/dispatch.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dispatch.c,v 1.28 2017/04/30 23:13:25 djm Exp $ */ | 1 | /* $OpenBSD: dispatch.c,v 1.29 2017/04/30 23:28:42 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -30,7 +30,6 @@ | |||
30 | #include <signal.h> | 30 | #include <signal.h> |
31 | #include <stdarg.h> | 31 | #include <stdarg.h> |
32 | 32 | ||
33 | #include "ssh1.h" | ||
34 | #include "ssh2.h" | 33 | #include "ssh2.h" |
35 | #include "log.h" | 34 | #include "log.h" |
36 | #include "dispatch.h" | 35 | #include "dispatch.h" |