[ovs-dev] [PATCH] ovsdb: Remove duplicated include.

wangyunjian wangyunjian at huawei.com
Wed Jul 1 10:36:07 UTC 2020


Friendly ping.

> -----Original Message-----
> From: wangyunjian
> Sent: Friday, May 15, 2020 7:21 PM
> To: dev at openvswitch.org
> Cc: Lilijun (Jerry) <jerry.lilijun at huawei.com>; xudingke
> <xudingke at huawei.com>; wangyunjian <wangyunjian at huawei.com>
> Subject: [ovs-dev] [PATCH] ovsdb: Remove duplicated include.
> 
> From: Yunjian Wang <wangyunjian at huawei.com>
> 
> Signed-off-by: Yunjian Wang <wangyunjian at huawei.com>
> ---
>  ovsdb/monitor.c | 1 -
>  ovsdb/rbac.c    | 1 -
>  2 files changed, 2 deletions(-)
> 
> diff --git a/ovsdb/monitor.c b/ovsdb/monitor.c index 1c66b42..532dedc 100644
> --- a/ovsdb/monitor.c
> +++ b/ovsdb/monitor.c
> @@ -31,7 +31,6 @@
>  #include "simap.h"
>  #include "hash.h"
>  #include "table.h"
> -#include "hash.h"
>  #include "timeval.h"
>  #include "transaction.h"
>  #include "jsonrpc-server.h"
> diff --git a/ovsdb/rbac.c b/ovsdb/rbac.c index b85ca9a..2986027 100644
> --- a/ovsdb/rbac.c
> +++ b/ovsdb/rbac.c
> @@ -21,7 +21,6 @@
> 
>  #include "column.h"
>  #include "condition.h"
> -#include "condition.h"
>  #include "file.h"
>  #include "mutation.h"
>  #include "openvswitch/vlog.h"
> --
> 1.8.3.1
> 



More information about the dev mailing list