diff --git a/[refs] b/[refs] index 0d8b2e55d959..dc3381726f03 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 795d9a2538b205d9329f34798ec96503a07b7919 +refs/heads/master: 8d9d399f14ea65aeb50c7404e986bceede93bb99 diff --git a/trunk/net/openvswitch/datapath.c b/trunk/net/openvswitch/datapath.c index 9a2725114e99..d9d01cbf0fcb 100644 --- a/trunk/net/openvswitch/datapath.c +++ b/trunk/net/openvswitch/datapath.c @@ -36,7 +36,6 @@ #include #include #include -#include #include #include #include diff --git a/trunk/net/openvswitch/datapath.h b/trunk/net/openvswitch/datapath.h index 5b9f884b7055..c73370cc1f02 100644 --- a/trunk/net/openvswitch/datapath.h +++ b/trunk/net/openvswitch/datapath.h @@ -25,7 +25,6 @@ #include #include #include -#include #include "flow.h" diff --git a/trunk/net/openvswitch/vport-internal_dev.c b/trunk/net/openvswitch/vport-internal_dev.c index 8fc28b86f2b3..322b8d206693 100644 --- a/trunk/net/openvswitch/vport-internal_dev.c +++ b/trunk/net/openvswitch/vport-internal_dev.c @@ -23,7 +23,6 @@ #include #include #include -#include #include "datapath.h" #include "vport-internal_dev.h" diff --git a/trunk/net/openvswitch/vport.c b/trunk/net/openvswitch/vport.c index 7f0ef3794c51..6c066ba25dc7 100644 --- a/trunk/net/openvswitch/vport.c +++ b/trunk/net/openvswitch/vport.c @@ -27,7 +27,6 @@ #include #include #include -#include #include "vport.h" #include "vport-internal_dev.h"