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/07/13 20:55:28 UTC

incubator-mynewt-core git commit: bletest - Remove obsolete #include.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/ble_hs_api bcdaa4731 -> 203dbc465


bletest - Remove obsolete #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/203dbc46
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/203dbc46
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/203dbc46

Branch: refs/heads/ble_hs_api
Commit: 203dbc465ec52d29cb21ca9757af154e941c3cea
Parents: bcdaa47
Author: Christopher Collins <cc...@apache.org>
Authored: Wed Jul 13 13:51:24 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Wed Jul 13 13:51:24 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/203dbc46/apps/bletest/src/bletest_hci.c
----------------------------------------------------------------------
diff --git a/apps/bletest/src/bletest_hci.c b/apps/bletest/src/bletest_hci.c
index 9a692bd..9b0eacd 100755
--- a/apps/bletest/src/bletest_hci.c
+++ b/apps/bletest/src/bletest_hci.c
@@ -37,7 +37,6 @@
 /* XXX: An app should not include private headers from a library.  The bletest
  * app uses some of nimble's internal details for logging.
  */
-#include "../src/ble_hci_util_priv.h"
 #include "../src/ble_hs_priv.h"
 #include "bletest_priv.h"
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/203dbc46/apps/bletest/src/main.c
----------------------------------------------------------------------
diff --git a/apps/bletest/src/main.c b/apps/bletest/src/main.c
index d9efe7e..6c59532 100755
--- a/apps/bletest/src/main.c
+++ b/apps/bletest/src/main.c
@@ -49,7 +49,6 @@
 /* XXX: An app should not include private headers from a library.  The bletest
  * app uses some of nimble's internal details for logging.
  */
-#include "../src/ble_hci_util_priv.h"
 #include "../src/ble_hs_priv.h"
 #include "bletest_priv.h"