From c907eba08e2ebb52c828c83e7d88c119a8bc5c90 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 5 Mar 2013 16:25:25 -0800 Subject: [PATCH] ofproto: Remove unnecessary struct forward declaration. Signed-off-by: Ben Pfaff Acked-by: Ethan Jackson --- ofproto/ofproto.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.43.0