Merge pull request #7891 from tkem/fix/remove-unnnecessary-includes

Remove unused cmsis includes.
pull/7913/merge
Cruz Monrreal 2018-08-28 09:09:15 -05:00 committed by GitHub
commit 3f5cd54948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@
#if DEVICE_CAN
#include "cmsis.h"
#include "platform/mbed_power_mgmt.h"
namespace mbed {

View File

@ -14,7 +14,6 @@
* limitations under the License.
*/
#include "drivers/TimerEvent.h"
#include "cmsis.h"
#include <stddef.h>
#include "hal/ticker_api.h"