Bluetooth: nble: Refactor header include logic

Change-Id: I4f4475360c317ba69584b34b33a1dd0f27edb022
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2016-01-22 11:43:12 +02:00 committed by Anas Nashif
commit acc88b8a71
5 changed files with 6 additions and 8 deletions

View file

@ -24,8 +24,6 @@
#include <bluetooth/conn.h> #include <bluetooth/conn.h>
#include <bluetooth/log.h> #include <bluetooth/log.h>
#include <net/buf.h>
#include "gap_internal.h" #include "gap_internal.h"
#include "uart.h" #include "uart.h"
#include "rpc.h" #include "rpc.h"

View file

@ -26,6 +26,9 @@
#include "rpc.h" #include "rpc.h"
#include "gap_internal.h"
#include "gatt_internal.h"
#include "rpc_functions_to_quark.h" #include "rpc_functions_to_quark.h"
/* Build the list of prototypes and check that list are made only of matching /* Build the list of prototypes and check that list are made only of matching

View file

@ -14,9 +14,6 @@
* limitations under the License. * limitations under the License.
*/ */
#include "gap_internal.h"
#include "gatt_internal.h"
/* declare the list of functions sorted by signature */ /* declare the list of functions sorted by signature */
#define LIST_FN_SIG_NONE #define LIST_FN_SIG_NONE

View file

@ -14,9 +14,6 @@
* limitations under the License. * limitations under the License.
*/ */
#include "gap_internal.h"
#include "gatt_internal.h"
/* declare the list of functions sorted by signature */ /* declare the list of functions sorted by signature */
#define LIST_FN_SIG_NONE \ #define LIST_FN_SIG_NONE \
FN_SIG_NONE(on_nble_up) FN_SIG_NONE(on_nble_up)

View file

@ -18,6 +18,9 @@
#include "rpc.h" #include "rpc.h"
#include "gap_internal.h"
#include "gatt_internal.h"
#include "rpc_functions_to_ble_core.h" #include "rpc_functions_to_ble_core.h"
/* Build the functions exposed */ /* Build the functions exposed */