You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2017/05/17 09:55:42 UTC

[26/43] incubator-mynewt-core git commit: bletiny: Remove not needed includes

bletiny: Remove not needed includes


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

Branch: refs/heads/bluetooth5
Commit: 5ea502caf1a61de720dea676e6e3af3f065a0cb1
Parents: 652b459
Author: Łukasz Rymanowski <lu...@codecoup.pl>
Authored: Sat Apr 29 00:57:48 2017 +0200
Committer: Łukasz Rymanowski <lu...@codecoup.pl>
Committed: Thu May 11 14:16:39 2017 +0200

----------------------------------------------------------------------
 apps/bletiny/src/main.c | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/5ea502ca/apps/bletiny/src/main.c
----------------------------------------------------------------------
diff --git a/apps/bletiny/src/main.c b/apps/bletiny/src/main.c
index 25ba5b0..676ad69 100755
--- a/apps/bletiny/src/main.c
+++ b/apps/bletiny/src/main.c
@@ -37,7 +37,6 @@
 #include "nimble/ble.h"
 #include "nimble/nimble_opt.h"
 #include "nimble/ble_hci_trans.h"
-#include "controller/ble_ll.h"
 #include "host/ble_hs.h"
 #include "host/ble_hs_adv.h"
 #include "host/ble_uuid.h"
@@ -47,9 +46,6 @@
 #include "host/ble_store.h"
 #include "host/ble_sm.h"
 
-/* RAM HCI transport. */
-#include "transport/ram/ble_hci_ram.h"
-
 /* Mandatory services. */
 #include "services/gap/ble_svc_gap.h"
 #include "services/gatt/ble_svc_gatt.h"