[ovs-dev] [PATCH] datapath-windows: Remove unused headers from Datapath.c

Yin Lin yinlin10 at gmail.com
Tue Jun 21 20:17:08 UTC 2016


Acked-by: Yin Lin<linyi at vmware.com>

On Tue, Jun 21, 2016 at 11:09 AM, Sairam Venugopal <vsairam at vmware.com>
wrote:

> Clean up unused headers in Datapath.c. Found by inspection.
>
> Signed-off-by: Sairam Venugopal <vsairam at vmware.com>
> ---
>  datapath-windows/ovsext/Datapath.c | 7 -------
>  1 file changed, 7 deletions(-)
>
> diff --git a/datapath-windows/ovsext/Datapath.c
> b/datapath-windows/ovsext/Datapath.c
> index 5cc0614..39a4c42 100644
> --- a/datapath-windows/ovsext/Datapath.c
> +++ b/datapath-windows/ovsext/Datapath.c
> @@ -25,16 +25,9 @@
>  #include "Switch.h"
>  #include "User.h"
>  #include "Datapath.h"
> -#include "Jhash.h"
> -#include "Vport.h"
>  #include "Event.h"
> -#include "User.h"
> -#include "PacketIO.h"
> -#include "Recirc.h"
>  #include "NetProto.h"
>  #include "Flow.h"
> -#include "User.h"
> -#include "Vxlan.h"
>
>  #ifdef OVS_DBG_MOD
>  #undef OVS_DBG_MOD
> --
> 2.5.0.windows.1
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>



More information about the dev mailing list