summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-ipfix.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/ofproto-dpif-ipfix.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/ofproto-dpif-ipfix.c')
-rw-r--r--ofproto/ofproto-dpif-ipfix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/ofproto-dpif-ipfix.c b/ofproto/ofproto-dpif-ipfix.c
index a610c5362..9d605b211 100644
--- a/ofproto/ofproto-dpif-ipfix.c
+++ b/ofproto/ofproto-dpif-ipfix.c
@@ -22,7 +22,7 @@
#include "flow.h"
#include "hash.h"
#include "hmap.h"
-#include "list.h"
+#include "openvswitch/list.h"
#include "ofpbuf.h"
#include "ofproto.h"
#include "ofproto-dpif.h"