From c7af6a8de73b2c4d2c65c0b66a752ed4c7e51755 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 4 Feb 2011 12:31:57 -0800 Subject: [PATCH] ofproto: Don't include unneeded header file. --- ofproto/ofproto.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 147ade3a0..97f140eea 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 -- 2.43.0