drivers/nble: Rearrange header includes

Rearrange headers so that internal header files gap_internal.h and
gatt_internal.h do not source headers, they are included in *.c files.

Change-Id: I6450ab90eec1b450ee8a138da2ed72b8aaeaf616
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2016-03-01 13:52:49 +02:00 committed by Gerrit Code Review
commit 76ce7d67e9
7 changed files with 8 additions and 12 deletions

View file

@ -17,6 +17,7 @@
#include <stdlib.h>
#include <string.h>
#include <bluetooth/gatt.h>
/* for bt_security_t */
#include <bluetooth/conn.h>
#include <bluetooth/log.h>
@ -29,7 +30,7 @@
#endif /* CONFIG_PRINTK */
#include "rpc.h"
#include "version.h"
#include "gap_internal.h"
#include "gatt_internal.h"