From 5fa270099ab418ed0063144777ec76716dd3a207 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 4 Oct 2011 15:30:40 -0700 Subject: [PATCH] datapath-protocol: Remove #include . Bug #7559. Signed-off-by: Ben Pfaff Acked-by: Jesse Gross --- include/openvswitch/datapath-protocol.h | 2 -- lib/odp-util.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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) -- 2.30.2