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:07 UTC

[3/5] incubator-mynewt-core git commit: bleprph_oic; remove unneeded include of imgmgr.h.

bleprph_oic; remove unneeded include of imgmgr.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/2a4e8382
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/2a4e8382
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/2a4e8382

Branch: refs/heads/develop
Commit: 2a4e83821a05c6b30eeed3fb246d0bc66e9ff748
Parents: a2993a9
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Mon Dec 26 13:15:04 2016 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Mon Dec 26 13:59:30 2016 -0800

----------------------------------------------------------------------
 apps/bleprph_oic/src/main.c | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/2a4e8382/apps/bleprph_oic/src/main.c
----------------------------------------------------------------------
diff --git a/apps/bleprph_oic/src/main.c b/apps/bleprph_oic/src/main.c
index 22b4b81..81fa813 100755
--- a/apps/bleprph_oic/src/main.c
+++ b/apps/bleprph_oic/src/main.c
@@ -27,7 +27,6 @@
 #include <bsp/bsp.h>
 #include <hal/hal_gpio.h>
 #include <console/console.h>
-#include <imgmgr/imgmgr.h>
 #include <mgmt/mgmt.h>
 
 #include <oic/oc_api.h>