Mercurial > dropbear
comparison common-channel.c @ 1325:0b1162fbf1c6
remove duplicated include
author | Francois Perrad <francois.perrad@gadz.org> |
---|---|
date | Thu, 24 Mar 2016 12:36:56 +0100 |
parents | 750ec4ec4cbe |
children | 6b89eb92f872 06d52bcb8094 |
comparison
equal
deleted
inserted
replaced
1324:871698dd3669 | 1325:0b1162fbf1c6 |
---|---|
30 #include "ssh.h" | 30 #include "ssh.h" |
31 #include "buffer.h" | 31 #include "buffer.h" |
32 #include "circbuffer.h" | 32 #include "circbuffer.h" |
33 #include "dbutil.h" | 33 #include "dbutil.h" |
34 #include "channel.h" | 34 #include "channel.h" |
35 #include "ssh.h" | |
36 #include "listener.h" | 35 #include "listener.h" |
37 #include "runopts.h" | 36 #include "runopts.h" |
38 #include "netio.h" | 37 #include "netio.h" |
39 | 38 |
40 static void send_msg_channel_open_failure(unsigned int remotechan, int reason, | 39 static void send_msg_channel_open_failure(unsigned int remotechan, int reason, |