diff options
author | Matt Johnston <matt@ucc.asn.au> | 2016-11-18 23:56:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-18 23:56:22 +0800 |
commit | 9f674382d55cb3b8effcb53cf8d7c2d368675f3d (patch) | |
tree | 69682ee5349807e7a9f9a5276b85e4dc76586548 /common-channel.c | |
parent | 6830a65923efc536a19c36cd1c362120b9d0d929 (diff) | |
parent | 0d9c3fe70b828ff4af3a7b9fa20a169afa1a1fae (diff) |
Merge pull request #27 from fperrad/20160325_lint
more linting
Diffstat (limited to 'common-channel.c')
-rw-r--r-- | common-channel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common-channel.c b/common-channel.c index 835e493..7383f47 100644 --- a/common-channel.c +++ b/common-channel.c @@ -32,7 +32,6 @@ #include "circbuffer.h" #include "dbutil.h" #include "channel.h" -#include "ssh.h" #include "listener.h" #include "runopts.h" #include "netio.h" |