From f208d7920ce1d37e00a216c6f7129c7d61b66922 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Thu, 24 Mar 2016 12:36:56 +0100 Subject: [PATCH] remove duplicated include --- common-channel.c | 1 - 1 file changed, 1 deletion(-) 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"