From: Ben Pfaff Date: Tue, 4 Oct 2011 22:30:40 +0000 (-0700) Subject: datapath-protocol: Remove #include . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fa270099ab418ed0063144777ec76716dd3a207;p=openvswitch 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 976ab684..47084f13 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 0e4bc0bd..04a909ca 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)