From: Ben Pfaff Date: Fri, 4 Feb 2011 20:31:57 +0000 (-0800) Subject: ofproto: Don't include unneeded header file. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7af6a8de73b2c4d2c65c0b66a752ed4c7e51755;p=openvswitch ofproto: Don't include unneeded header file. --- diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 147ade3a..97f140ee 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -91,8 +91,6 @@ COVERAGE_DEFINE(ofproto_unexpected_rule); COVERAGE_DEFINE(ofproto_uninstallable); COVERAGE_DEFINE(ofproto_update_port); -#include "sflow_api.h" - /* Maximum depth of flow table recursion (due to NXAST_RESUBMIT actions) in a * flow translation. */ #define MAX_RESUBMIT_RECURSION 16