From: Ben Pfaff Date: Tue, 4 Oct 2011 22:30:40 +0000 (-0700) Subject: datapath-protocol: Remove #include . X-Git-Tag: v1.3.0~113 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5fa270099ab418ed0063144777ec76716dd3a207;p=sliver-openvswitch.git datapath-protocol: Remove #include . Bug #7559. Signed-off-by: Ben Pfaff Acked-by: Jesse Gross --- diff --git a/include/openvswitch/datapath-protocol.h b/include/openvswitch/datapath-protocol.h index 976ab6846..47084f13e 100644 --- a/include/openvswitch/datapath-protocol.h +++ b/include/openvswitch/datapath-protocol.h @@ -50,8 +50,6 @@ #include "openvswitch/types.h" #include #endif - -#include /* datapaths. */ diff --git a/lib/odp-util.h b/lib/odp-util.h index 0e4bc0bd0..04a909ca0 100644 --- a/lib/odp-util.h +++ b/lib/odp-util.h @@ -28,6 +28,7 @@ struct ds; struct flow; +struct nlattr; struct ofpbuf; #define OVSP_NONE ((uint16_t) -1)