[ovs-dev] [connmgr 01/15] ofproto: Don't include unneeded header file.

Ben Pfaff blp at nicira.com
Tue Mar 15 18:36:45 UTC 2011


---
 ofproto/ofproto.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
index 147ade3..97f140e 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
-- 
1.7.1




More information about the dev mailing list