BLE: Fix include prefixes.

pull/6188/head
Vincent Coubard 2018-02-19 13:46:46 +00:00
parent 863bdfbb75
commit 6529d677c1
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
#ifndef __GENERIC_SECURITY_MANAGER_DB_H__
#define __GENERIC_SECURITY_MANAGER_DB_H__
#include "Callback.h"
#include "platform/Callback.h"
#include "ble/pal/GapTypes.h"
#include "ble/BLETypes.h"
#include <stdlib.h>

View File

@ -20,7 +20,7 @@
#include "ble/pal/GapTypes.h"
#include "ble/BLETypes.h"
#include "ble/generic/GenericSecurityDb.h"
#include "Callback.h"
#include "platform/Callback.h"
#include "ble/Gap.h"
#include "ble/pal/PalSecurityManager.h"

View File

@ -14,8 +14,8 @@
* limitations under the License.
*/
#include "SecurityManager.h"
#include "PalSecurityManager.h"
#include "ble/SecurityManager.h"
#include "ble/pal/PalSecurityManager.h"
#include "ble/generic/GenericSecurityManager.h"
#if defined(MBEDTLS_CMAC_C)
#include "mbedtls/cmac.h"