ofproto: Don't include unneeded header file.
authorBen Pfaff <blp@nicira.com>
Fri, 4 Feb 2011 20:31:57 +0000 (12:31 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 16 Mar 2011 21:57:56 +0000 (14:57 -0700)
ofproto/ofproto.c

index 147ade3..97f140e 100644 (file)
@@ -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