mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #7891 from tkem/fix/remove-unnnecessary-includes
Remove unused cmsis includes.pull/7913/merge
commit
3f5cd54948
|
@ -17,7 +17,6 @@
|
||||||
|
|
||||||
#if DEVICE_CAN
|
#if DEVICE_CAN
|
||||||
|
|
||||||
#include "cmsis.h"
|
|
||||||
#include "platform/mbed_power_mgmt.h"
|
#include "platform/mbed_power_mgmt.h"
|
||||||
|
|
||||||
namespace mbed {
|
namespace mbed {
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
#include "drivers/TimerEvent.h"
|
#include "drivers/TimerEvent.h"
|
||||||
#include "cmsis.h"
|
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include "hal/ticker_api.h"
|
#include "hal/ticker_api.h"
|
||||||
|
|
Loading…
Reference in New Issue