You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/11/11 01:53:16 UTC

[2/3] incubator-mynewt-core git commit: bleprph - Remove unnecessary #include.

bleprph - Remove unnecessary #include.


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/25670062
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/25670062
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/25670062

Branch: refs/heads/1_0_0_b1_dev
Commit: 256700626a348501e87c1bbfa373021449275dc9
Parents: 8fe1c8f
Author: Christopher Collins <cc...@apache.org>
Authored: Thu Nov 10 17:48:04 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Thu Nov 10 17:53:05 2016 -0800

----------------------------------------------------------------------
 apps/bleprph/src/main.c | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/25670062/apps/bleprph/src/main.c
----------------------------------------------------------------------
diff --git a/apps/bleprph/src/main.c b/apps/bleprph/src/main.c
index 3e0a818..a2fd879 100755
--- a/apps/bleprph/src/main.c
+++ b/apps/bleprph/src/main.c
@@ -37,8 +37,6 @@
 /* Application-specified header. */
 #include "bleprph.h"
 
-#include "nmgrble/newtmgr_ble.h"
-
 /** Log data. */
 struct log bleprph_log;