lacp: Remove unneeded forward references from header file.
authorBen Pfaff <blp@nicira.com>
Mon, 21 Mar 2011 20:15:53 +0000 (13:15 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 Apr 2011 22:52:20 +0000 (15:52 -0700)
lib/lacp.h

index 31ac970..8d3bc78 100644 (file)
 #include <stdint.h>
 #include "packets.h"
 
-struct ds;
-struct lacp;
-struct lacp_pdu;
-struct ofpbuf;
-
 /* Function called when a LACP PDU is ready to be sent out the given slave */
 typedef void lacp_send_pdu(void *slave, const struct lacp_pdu *);