diff mbox series

[ovs-dev] ovsdb: Remove duplicated include.

Message ID 1589541660-20496-1-git-send-email-wangyunjian@huawei.com
State Accepted
Delegated to: Ilya Maximets
Headers show
Series [ovs-dev] ovsdb: Remove duplicated include. | expand

Commit Message

wangyunjian May 15, 2020, 11:21 a.m. UTC
From: Yunjian Wang <wangyunjian@huawei.com>

Signed-off-by: Yunjian Wang <wangyunjian@huawei.com>
---
 ovsdb/monitor.c | 1 -
 ovsdb/rbac.c    | 1 -
 2 files changed, 2 deletions(-)

Comments

wangyunjian July 1, 2020, 10:36 a.m. UTC | #1
Friendly ping.

> -----Original Message-----
> From: wangyunjian
> Sent: Friday, May 15, 2020 7:21 PM
> To: dev@openvswitch.org
> Cc: Lilijun (Jerry) <jerry.lilijun@huawei.com>; xudingke
> <xudingke@huawei.com>; wangyunjian <wangyunjian@huawei.com>
> Subject: [ovs-dev] [PATCH] ovsdb: Remove duplicated include.
> 
> From: Yunjian Wang <wangyunjian@huawei.com>
> 
> Signed-off-by: Yunjian Wang <wangyunjian@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
>
Ben Pfaff July 6, 2020, 7:21 p.m. UTC | #2
Hi wangyunjian.  I'm probably not the right person to address this to; I
no longer consider myself a general reviewer for every patch.

On Wed, Jul 01, 2020 at 10:36:07AM +0000, wangyunjian wrote:
> Friendly ping.
> 
> > -----Original Message-----
> > From: wangyunjian
> > Sent: Friday, May 15, 2020 7:21 PM
> > To: dev@openvswitch.org
> > Cc: Lilijun (Jerry) <jerry.lilijun@huawei.com>; xudingke
> > <xudingke@huawei.com>; wangyunjian <wangyunjian@huawei.com>
> > Subject: [ovs-dev] [PATCH] ovsdb: Remove duplicated include.
> > 
> > From: Yunjian Wang <wangyunjian@huawei.com>
> > 
> > Signed-off-by: Yunjian Wang <wangyunjian@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
> > 
>
Ilya Maximets July 7, 2020, 12:13 a.m. UTC | #3
On 5/15/20 1:21 PM, wangyunjian wrote:
> From: Yunjian Wang <wangyunjian@huawei.com>
> 
> Signed-off-by: Yunjian Wang <wangyunjian@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"
> 

Thanks!  Applied.

Best regards, Ilya Maximets.
diff mbox series

Patch

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"