Merge pull request #9801 from vmedcy/fix-eventqueue-h

Correctly include EventQueue.h
pull/10081/head
Cruz Monrreal 2019-03-16 22:52:40 -05:00 committed by GitHub
commit dbb33ef423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 20 additions and 21 deletions

View File

@ -26,7 +26,7 @@
#include "unity.h"
#include "utest.h"
#include "nsapi_dns.h"
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "dns_tests.h"
using namespace utest::v1;

View File

@ -17,7 +17,7 @@
#include "gtest/gtest.h"
#include "AT_CellularBase.h"
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "AT_CellularNetwork.h"
#include "ATHandler_stub.h"
#include "FileHandle_stub.h"

View File

@ -17,7 +17,7 @@
#include "gtest/gtest.h"
#include <string.h>
#include "AT_CellularContext.h"
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "ATHandler.h"
#include "AT_CellularDevice.h"
#include "FileHandle_stub.h"

View File

@ -17,7 +17,7 @@
#include "gtest/gtest.h"
#include <string.h>
#include "ATHandler_stub.h"
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "FileHandle_stub.h"
#include "AT_CellularBase_stub.h"
#include "ATHandler.h"

View File

@ -17,7 +17,7 @@
#include "gtest/gtest.h"
#include <string.h>
#include "AT_CellularNetwork.h"
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "ATHandler.h"
#include "AT_CellularDevice.h"
#include "FileHandle_stub.h"

View File

@ -17,7 +17,7 @@
#include "gtest/gtest.h"
#include <string.h>
#include "AT_CellularNetwork.h"
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "ATHandler.h"
#include "ATHandler_stub.h"
#include "AT_CellularSMS.h"

View File

@ -18,7 +18,7 @@
#include "AT_CellularStack.h"
#include <string.h>
#include "AT_CellularNetwork.h"
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "ATHandler.h"
#include "AT_CellularStack.h"
#include "FileHandle_stub.h"

View File

@ -17,7 +17,7 @@
#include "gtest/gtest.h"
#include <string.h>
#include "AT_CellularNetwork.h"
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "ATHandler.h"
#include "AT_CellularStack.h"
#include "FileHandle_stub.h"

View File

@ -17,7 +17,7 @@
#include "gtest/gtest.h"
#include "LoRaWANStack.h"
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "LoRaPHY_stub.h"
#include "LoRaMac_stub.h"

View File

@ -18,7 +18,7 @@
#include <ctype.h>
#include "nsapi_types.h"
#include "ATHandler.h"
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "ATHandler_stub.h"
using namespace mbed;

View File

@ -17,7 +17,7 @@
#include "CellularDevice.h"
#include "CellularDevice_stub.h"
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "CellularUtil.h"
using namespace mbed;

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "Callback.h"
#include "EventQueue_stub.h"

View File

@ -18,7 +18,7 @@
#ifndef MBED_EVENTS_H
#define MBED_EVENTS_H
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "events/mbed_shared_queues.h"

View File

@ -18,7 +18,7 @@
#define BLE_PAL_SIMPLE_EVENT_QUEUE_H_
#include <new>
#include "EventQueue.h"
#include "ble/pal/EventQueue.h"
#include "ble/BLEInstanceBase.h"
#include "ble/BLE.h"

View File

@ -20,13 +20,12 @@
#include "platform/mbed_retarget.h"
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "PlatformMutex.h"
#include "nsapi_types.h"
#include "PlatformMutex.h"
#include "Callback.h"
#include "EventQueue.h"
namespace mbed {

View File

@ -20,7 +20,7 @@
#include "CellularUtil.h"
#include "CellularLog.h"
#include "CellularTargets.h"
#include "EventQueue.h"
#include "events/EventQueue.h"
namespace mbed {

View File

@ -17,7 +17,7 @@
#ifndef _CELLULAR_STATEMACHINE_H_
#define _CELLULAR_STATEMACHINE_H_
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "CellularNetwork.h"
#include "CellularCommon.h"
#include "PlatformMutex.h"

View File

@ -22,7 +22,7 @@
#include "platform/arm_hal_interrupt.h"
#include <Timer.h>
#include "equeue.h"
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "mbed_shared_queues.h"
#include "Timeout.h"

View File

@ -18,7 +18,7 @@
#include "nsapi_dns.h"
#include "stddef.h"
#include <new>
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "mbed_shared_queues.h"
#include "platform/mbed_error.h"

View File

@ -24,7 +24,7 @@
#include <stdlib.h>
#include <stdio.h>
#include "mbed_shared_queues.h"
#include "EventQueue.h"
#include "events/EventQueue.h"
#include "OnboardNetworkStack.h"
#include "Kernel.h"
#include "PlatformMutex.h"