[NOTE: File split is was not done in Portabl Tree]
   - markus@cvs.openbsd.org 2001/05/30 12:55:13
     [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
      packet.c serverloop.c session.c ssh.c ssh1.h]
     channel layer cleanup: merge header files and split .c files
diff --git a/ssh.c b/ssh.c
index 01ae042..84c85d2 100644
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.120 2001/05/28 08:04:39 markus Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.121 2001/05/30 12:55:13 markus Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/err.h>
@@ -53,7 +53,7 @@
 #include "packet.h"
 #include "buffer.h"
 #include "uidswap.h"
-#include "channels.h"
+#include "channel.h"
 #include "key.h"
 #include "authfd.h"
 #include "authfile.h"