Skip to content

Commit

Permalink
ofproto: Remove duplicated includes
Browse files Browse the repository at this point in the history
Remove duplicated includes.

Acked-by: Greg Rose <[email protected]>
Signed-off-by: Yunjian Wang <[email protected]>
Signed-off-by: William Tu <[email protected]>
  • Loading branch information
wyjwang authored and williamtu committed Jul 14, 2020
1 parent 46ee18f commit 240207e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ofproto/ofproto-dpif.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
#include "ovs-thread.h"
#include "ofproto-provider.h"
#include "util.h"
#include "ovs-thread.h"

struct dpif_flow_stats;
struct ofproto_async_msg;
Expand Down
2 changes: 0 additions & 2 deletions ofproto/tunnel.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
* limitations under the License. */

#include <config.h>
#include "tunnel.h"

#include <errno.h>

#include "byte-order.h"
Expand Down

0 comments on commit 240207e

Please sign in to comment.