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/12/13 00:09:02 UTC

[1/2] incubator-mynewt-core git commit: Remove redundant includes

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 9faa19192 -> 52cfd9692


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

Branch: refs/heads/develop
Commit: c2e3a1bc962747411c56a090577211b2f10ef029
Parents: 96a90d5
Author: Micha\u0142 Narajowski <mi...@codecoup.pl>
Authored: Wed Dec 7 12:55:19 2016 +0100
Committer: Micha\u0142 Narajowski <mi...@codecoup.pl>
Committed: Wed Dec 7 12:55:19 2016 +0100

----------------------------------------------------------------------
 net/nimble/host/include/host/ble_hs.h          | 1 -
 net/nimble/host/test/src/ble_gatt_write_test.c | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/c2e3a1bc/net/nimble/host/include/host/ble_hs.h
----------------------------------------------------------------------
diff --git a/net/nimble/host/include/host/ble_hs.h b/net/nimble/host/include/host/ble_hs.h
index 34400f1..4ee6c79 100644
--- a/net/nimble/host/include/host/ble_hs.h
+++ b/net/nimble/host/include/host/ble_hs.h
@@ -25,7 +25,6 @@
 #include "host/ble_att.h"
 #include "host/ble_gap.h"
 #include "host/ble_gatt.h"
-#include "host/ble_hs.h"
 #include "host/ble_hs_adv.h"
 #include "host/ble_hs_id.h"
 #include "host/ble_hs_log.h"

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/c2e3a1bc/net/nimble/host/test/src/ble_gatt_write_test.c
----------------------------------------------------------------------
diff --git a/net/nimble/host/test/src/ble_gatt_write_test.c b/net/nimble/host/test/src/ble_gatt_write_test.c
index a8b5cdd..33456c8 100644
--- a/net/nimble/host/test/src/ble_gatt_write_test.c
+++ b/net/nimble/host/test/src/ble_gatt_write_test.c
@@ -23,7 +23,6 @@
 #include "nimble/ble.h"
 #include "host/ble_hs_test.h"
 #include "host/ble_gatt.h"
-#include "host/ble_uuid.h"
 #include "ble_hs_test_util.h"
 
 #define BLE_GATT_WRITE_TEST_MAX_ATTRS   128


[2/2] incubator-mynewt-core git commit: This closes #136.

Posted by cc...@apache.org.
This closes #136.

Merge remote-tracking branch 'michal-narajowski/redundant-includes' into develop

* michal-narajowski/redundant-includes:
  Remove redundant 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/52cfd969
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/52cfd969
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/52cfd969

Branch: refs/heads/develop
Commit: 52cfd96926fcbb37e4240dfcbaa7020583c28345
Parents: 9faa191 c2e3a1b
Author: Christopher Collins <cc...@apache.org>
Authored: Mon Dec 12 16:01:22 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Mon Dec 12 16:01:22 2016 -0800

----------------------------------------------------------------------
 net/nimble/host/include/host/ble_hs.h          | 1 -
 net/nimble/host/test/src/ble_gatt_write_test.c | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------