# HG changeset patch # User Francois Perrad # Date 1458819416 -3600 # Node ID 0b1162fbf1c61c25f917030272fbac425a42fbff # Parent 871698dd36697065429521aec2fe98403b4055f7 remove duplicated include diff -r 871698dd3669 -r 0b1162fbf1c6 common-channel.c --- a/common-channel.c Fri Nov 18 22:48:50 2016 +0800 +++ b/common-channel.c Thu Mar 24 12:36:56 2016 +0100 @@ -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"