From 2f371bd6bcb3fc44ab38f0a80b1714996466b889 Mon Sep 17 00:00:00 2001 From: Deepika Date: Tue, 8 Jan 2019 10:59:31 -0600 Subject: [PATCH] Update the header files File was moved from hal -> platform folder, hence includes should be changed accordingly. --- platform/mbed_sleep_manager.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/platform/mbed_sleep_manager.c b/platform/mbed_sleep_manager.c index 492a4ab018..c1d4c9b510 100644 --- a/platform/mbed_sleep_manager.c +++ b/platform/mbed_sleep_manager.c @@ -15,18 +15,18 @@ * limitations under the License. */ -#include "platform/mbed_assert.h" -#include "platform/mbed_power_mgmt.h" -#include "platform/mbed_critical.h" -#include "sleep_api.h" -#include "platform/mbed_error.h" -#include "platform/mbed_stats.h" -#include "us_ticker_api.h" -#include "lp_ticker_api.h" +#include "mbed_power_mgmt.h" +#include "mbed_interface.h" +#include "mbed_critical.h" +#include "mbed_assert.h" +#include "mbed_error.h" +#include "mbed_stats.h" + +#include "hal/us_ticker_api.h" +#include "hal/lp_ticker_api.h" + #include #include -#include "platform/mbed_stats.h" -#include "platform/mbed_interface.h" #if DEVICE_SLEEP