From: Ben Pfaff Date: Wed, 6 Mar 2013 00:25:25 +0000 (-0800) Subject: ofproto: Remove unnecessary struct forward declaration. X-Git-Tag: sliver-openvswitch-1.10.90-1~10^2~76 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=c907eba08e2ebb52c828c83e7d88c119a8bc5c90 ofproto: Remove unnecessary struct forward declaration. Signed-off-by: Ben Pfaff Acked-by: Ethan Jackson --- diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 5960d7bc3..cdd5baea0 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -33,7 +33,6 @@ extern "C" { #endif -struct cfm_settings; struct cls_rule; struct netdev; struct ofproto;