summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-rid.h
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/ofproto-dpif-rid.h
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/ofproto-dpif-rid.h')
-rw-r--r--ofproto/ofproto-dpif-rid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/ofproto-dpif-rid.h b/ofproto/ofproto-dpif-rid.h
index 8ada5328c..287663a9f 100644
--- a/ofproto/ofproto-dpif-rid.h
+++ b/ofproto/ofproto-dpif-rid.h
@@ -21,7 +21,7 @@
#include <stdint.h>
#include "cmap.h"
-#include "list.h"
+#include "openvswitch/list.h"
#include "ofp-actions.h"
#include "ofproto-dpif-mirror.h"
#include "ovs-thread.h"