From: Simon Horman Date: Thu, 24 May 2012 08:15:04 +0000 (+0900) Subject: ovs-dpctl: Don't include include/openvswitch/tunnel.h X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d3ee0bc635063f277754d9d31fe634967f8473c;p=openvswitch ovs-dpctl: Don't include include/openvswitch/tunnel.h The inclusion include/openvswitch/tunnel.h does not seem to be needed any more. Signed-off-by: Simon Horman Signed-off-by: Ben Pfaff --- diff --git a/lib/odp-util.c b/lib/odp-util.c index 13cdf8e5..8693d3c8 100644 --- a/lib/odp-util.c +++ b/lib/odp-util.c @@ -30,7 +30,6 @@ #include "flow.h" #include "netlink.h" #include "ofpbuf.h" -#include "openvswitch/tunnel.h" #include "packets.h" #include "simap.h" #include "timeval.h"