1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/*: remove unused assert.h include

This commit is contained in:
Bas Stottelaar 2020-10-21 17:25:07 +02:00
parent 6deaf39e5d
commit fb61443bbd
9 changed files with 0 additions and 9 deletions

View File

@ -22,7 +22,6 @@
#include "cpu.h"
#include "mutex.h"
#include "assert.h"
#include "periph/adc.h"
#include "periph_conf.h"

View File

@ -17,7 +17,6 @@
* @}
*/
#include <assert.h>
#include "stdio_base.h"
#include "cpu.h"

View File

@ -17,7 +17,6 @@
* @}
*/
#include <assert.h>
#include "cpu.h"
static inline bool _hf_source_ready(void)

View File

@ -21,7 +21,6 @@
#include "tools.h"
#include <string.h>
#include <assert.h>
#include <errno.h>
#include "net/gnrc.h"

View File

@ -21,7 +21,6 @@
#if !defined(__ASSEMBLER__)
#include <stdint.h>
#include <assert.h>
#endif /* __ASSEMBLER__ */

View File

@ -18,7 +18,6 @@
*/
#include <stdio.h>
#include <assert.h>
#include <inttypes.h>
#include "macros/xtstr.h"

View File

@ -19,7 +19,6 @@
* @}
*/
#include <assert.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>

View File

@ -16,7 +16,6 @@
*/
#include <stdio.h>
#include <assert.h>
#include <inttypes.h>
#include <errno.h>

View File

@ -21,7 +21,6 @@
#include "periph_cpu.h"
#include "periph_conf.h"
#include "mutex.h"
#include "assert.h"
#include "bitarithm.h"
#include "pm_layered.h"
#include "thread_flags.h"