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:
parent
6deaf39e5d
commit
fb61443bbd
@ -22,7 +22,6 @@
|
||||
|
||||
#include "cpu.h"
|
||||
#include "mutex.h"
|
||||
#include "assert.h"
|
||||
#include "periph/adc.h"
|
||||
#include "periph_conf.h"
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include "stdio_base.h"
|
||||
|
||||
#include "cpu.h"
|
||||
|
@ -17,7 +17,6 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include "cpu.h"
|
||||
|
||||
static inline bool _hf_source_ready(void)
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include "tools.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "net/gnrc.h"
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
#if !defined(__ASSEMBLER__)
|
||||
#include <stdint.h>
|
||||
#include <assert.h>
|
||||
#endif /* __ASSEMBLER__ */
|
||||
|
||||
|
||||
|
@ -18,7 +18,6 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "macros/xtstr.h"
|
||||
|
@ -19,7 +19,6 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -16,7 +16,6 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
#include <inttypes.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user