[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/auth2.c b/auth2.c
index 9988f7a..8c55ff0 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.58 2001/05/20 17:20:35 markus Exp $");
+RCSID("$OpenBSD: auth2.c,v 1.59 2001/05/30 12:55:06 markus Exp $");
 
 #include <openssl/evp.h>
 
@@ -36,7 +36,7 @@
 #include "log.h"
 #include "servconf.h"
 #include "compat.h"
-#include "channels.h"
+#include "channel.h"
 #include "bufaux.h"
 #include "auth.h"
 #include "session.h"