Update client and nanostack to include mbed.h

Include mbed.h rather than mbed-drivers/mbed.h.
pull/2249/head
Russ Butler 2016-07-26 10:33:18 -05:00
parent cef844f6bf
commit 9c01bbc199
9 changed files with 9 additions and 9 deletions

View File

@ -22,7 +22,7 @@
#include "eventOS_event.h"
#include "eventOS_event_timer.h"
#include "minar/minar.h"
#include "mbed-drivers/mbed.h"
#include "mbed.h"
#include "core-util/FunctionPointer.h"
#include "core-util/Event.h"

View File

@ -18,7 +18,7 @@
#define __ABSTRACTMESH_H__
#include "AbstractNetworkInterface.h"
#include "mbed-drivers/mbed.h"
#include "mbed.h"
#ifdef YOTTA_CFG
#include "core-util/FunctionPointer.h"

View File

@ -17,7 +17,7 @@
* Abstract networking interface.
*/
#include "mbed-drivers/mbed.h"
#include "mbed.h"
#include "mbed-mesh-api/AbstractNetworkInterface.h"
AbstractNetworkInterface::~AbstractNetworkInterface()

View File

@ -20,7 +20,7 @@
*/
#include <stdio.h>
#include "mbed-drivers/mbed.h"
#include "mbed.h"
#include "mbed-mesh-api/Mesh6LoWPAN_ND.h"
#include "include/nd_tasklet.h"

View File

@ -17,7 +17,7 @@
/*
* Mesh networking interface.
*/
#include "mbed-drivers/mbed.h"
#include "mbed.h"
#include "mbed-mesh-api/Mesh6LoWPAN_ND.h"
#include "mbed-mesh-api/MeshThread.h"
#include "include/callback_handler.h"

View File

@ -20,7 +20,7 @@
*/
#include <stdio.h>
#include "mbed-drivers/mbed.h"
#include "mbed.h"
#include "mbed-mesh-api/MeshThread.h"
#include "include/thread_tasklet.h"
#include "include/callback_handler.h"

View File

@ -17,7 +17,7 @@
#ifndef __INCLUDE_CALLBACK_HANDLER_H__
#define __INCLUDE_CALLBACK_HANDLER_H__
#include "mbed-drivers/mbed.h"
#include "mbed.h"
#include "mbed-mesh-api/AbstractMesh.h"
extern AbstractMesh *__abstract_mesh_interface;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
#include "mbed-drivers/mbed.h"
#include "mbed.h"
#include "mbed-mesh-api/Mesh6LoWPAN_ND.h"
#include "mbed-mesh-api/MeshThread.h"
#include "mbed-mesh-api/MeshInterfaceFactory.h"

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
#include "mbed-drivers/mbed.h"
#include "mbed.h"
#include "mbed-mesh-api/Mesh6LoWPAN_ND.h"
#include "mbed-mesh-api/MeshThread.h"
#include "mbed-mesh-api/MeshInterfaceFactory.h"