projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd8101b
)
ofproto: Don't include unneeded header file.
author
Ben Pfaff
<blp@nicira.com>
Fri, 4 Feb 2011 20:31:57 +0000
(12:31 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 16 Mar 2011 21:57:56 +0000
(14:57 -0700)
ofproto/ofproto.c
patch
|
blob
|
history
diff --git
a/ofproto/ofproto.c
b/ofproto/ofproto.c
index 147ade3a0cf099767af323c43603cf89117aa19e..97f140eea341cf11e266b2dc8acb40a08fb38f9a 100644
(file)
--- 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