You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/12/26 22:00:08 UTC

[4/5] incubator-mynewt-core git commit: slinky; remove include of json.h.

slinky; remove include of json.h.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/1d2b644e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/1d2b644e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/1d2b644e

Branch: refs/heads/develop
Commit: 1d2b644e63f48117bea42cd51fc60dfe231f5133
Parents: 0d639a1
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Mon Dec 26 13:55:32 2016 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Mon Dec 26 13:59:30 2016 -0800

----------------------------------------------------------------------
 apps/slinky/src/main.c     | 1 -
 apps/slinky_oic/src/main.c | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/1d2b644e/apps/slinky/src/main.c
----------------------------------------------------------------------
diff --git a/apps/slinky/src/main.c b/apps/slinky/src/main.c
index 342a901..8fbb5e7 100755
--- a/apps/slinky/src/main.c
+++ b/apps/slinky/src/main.c
@@ -40,7 +40,6 @@
 #include <imgmgr/imgmgr.h>
 #include <assert.h>
 #include <string.h>
-#include <json/json.h>
 #include <flash_test/flash_test.h>
 #include <reboot/log_reboot.h>
 #include <os/os_time.h>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/1d2b644e/apps/slinky_oic/src/main.c
----------------------------------------------------------------------
diff --git a/apps/slinky_oic/src/main.c b/apps/slinky_oic/src/main.c
index 5115f4e..5eb0d8d 100755
--- a/apps/slinky_oic/src/main.c
+++ b/apps/slinky_oic/src/main.c
@@ -37,7 +37,6 @@
 #include <oic/oc_api.h>
 #include <assert.h>
 #include <string.h>
-#include <json/json.h>
 #include <reboot/log_reboot.h>
 #include <os/os_time.h>