2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

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>
This commit is contained in:
Ben Warren
2016-03-25 14:10:21 -07:00
committed by Ben Pfaff
parent 9834a6039f
commit b19bab5b20
54 changed files with 53 additions and 77 deletions

View File

@@ -24,7 +24,7 @@
#include "openvswitch/dynamic-string.h"
#include "fatal-signal.h"
#include "json.h"
#include "list.h"
#include "openvswitch/list.h"
#include "ofpbuf.h"
#include "ovs-thread.h"
#include "poll-loop.h"