summaryrefslogtreecommitdiff
path: root/ofproto/bond.c
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-03-25 14:10:21 -0700
committerBen Pfaff <blp@ovn.org>2016-03-30 13:01:21 -0700
commitb19bab5b207da94c2f71b8df25fcfe47ee778a29 (patch)
tree5a2d1a3002668b7d7a7fe23f1785009f6889bfac /ofproto/bond.c
parent9834a6039f4032fe6752fa165f870feda7dce9b1 (diff)
downloadopenvswitch-b19bab5b207da94c2f71b8df25fcfe47ee778a29.tar.gz
list: Remove lib/list.h completely.
All code is now in include/openvswitch/list.h. Signed-off-by: Ben Warren <ben@skyportsystems.com> Acked-by: Ryan Moats <rmoats@us.ibm.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ofproto/bond.c')
-rw-r--r--ofproto/bond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/bond.c b/ofproto/bond.c
index ab77f503c..29c075c31 100644
--- a/ofproto/bond.c
+++ b/ofproto/bond.c
@@ -35,7 +35,7 @@
#include "flow.h"
#include "hmap.h"
#include "lacp.h"
-#include "list.h"
+#include "openvswitch/list.h"
#include "netdev.h"
#include "odp-util.h"
#include "ofpbuf.h"