Updated includes of renamed platform header files

pull/3882/head
Christopher Haster 2017-03-01 16:45:55 -06:00 committed by Martin Kojtal
parent 41aff2422c
commit 2bb4d3a925
5 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
#ifndef MBED_FILELIKE_H
#define MBED_FILELIKE_H
#include "platform/toolchain.h"
#include "platform/mbed_toolchain.h"
#include "drivers/FileBase.h"
namespace mbed {

View File

@ -21,7 +21,7 @@
#include "HeapBlockDevice.h"
#include "FATFileSystem.h"
#include <stdlib.h>
#include "retarget.h"
#include "mbed_retarget.h"
using namespace utest::v1;

View File

@ -34,7 +34,7 @@
#include <stdio.h>
#endif
#include <errno.h>
#include "platform/retarget.h"
#include "platform/mbed_retarget.h"
#if defined(__ARMCC_VERSION)

View File

@ -24,8 +24,8 @@
#include <cstdio>
#include <cstring>
#include "platform/retarget.h"
#include "platform/toolchain.h"
#include "platform/mbed_retarget.h"
#include "platform/mbed_toolchain.h"
#include "device.h"
#include "PinNames.h"
#include "PeripheralNames.h"