mirror of https://github.com/ARMmbed/mbed-os.git
Remove unused cmsis includes.
parent
812c6d5c88
commit
59ce33f7e8
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
#if DEVICE_CAN
|
||||
|
||||
#include "cmsis.h"
|
||||
#include "platform/mbed_power_mgmt.h"
|
||||
|
||||
namespace mbed {
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
#include "drivers/TimerEvent.h"
|
||||
#include "cmsis.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include "hal/ticker_api.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue