summaryrefslogtreecommitdiff
path: root/mesh/model.c
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2019-07-14 16:23:15 -0700
committerBrian Gix <brian.gix@intel.com>2019-07-15 14:47:36 -0700
commitd8b2bef41b36971f567885cdefbf50d3269a9631 (patch)
tree956116a5ff5219cd6f0d90b13de1bf82ca9850c9 /mesh/model.c
parentd1a76eb3f4d296fbd688edd9b3f2234b30459742 (diff)
downloadbluez-d8b2bef41b36971f567885cdefbf50d3269a9631.tar.gz
mesh: Confine dependency on json-c to mesh-config-json.c
This removes dependency on json-s/json.h header from everywhere in the code except for mesh-config-json.c. The details about node configuration storage format are obfuscated: a pointer to an opaque mesh_config structure is stored with mesh_node and is passed around to mae all the storage related operations.
Diffstat (limited to 'mesh/model.c')
-rw-r--r--mesh/model.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesh/model.c b/mesh/model.c
index 9331e1044..0f10727b4 100644
--- a/mesh/model.c
+++ b/mesh/model.c
@@ -23,7 +23,6 @@
#include <sys/time.h>
#include <ell/ell.h>
-#include <json-c/json.h>
#include "mesh/mesh-defs.h"