]> git.proxmox.com Git - mirror_ovs.git/blobdiff - lib/ovsdb-data.c
json: Move from lib to include/openvswitch.
[mirror_ovs.git] / lib / ovsdb-data.c
index 22176cdb8c1b64f5fb73c4c2d8b38703052b2776..266a3e4cd8808072372c545b6bff0175317c7f3d 100644 (file)
 #include "ovs-thread.h"
 #include "ovsdb-error.h"
 #include "ovsdb-parser.h"
-#include "json.h"
-#include "shash.h"
+#include "openvswitch/json.h"
+#include "openvswitch/shash.h"
 #include "smap.h"
 #include "sort.h"
 #include "unicode.h"
+#include "util.h"
 
 static struct json *
 wrap_json(const char *name, struct json *wrapped)