mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/*: remove unused assert.h include
This commit is contained in:
parent
7088db3636
commit
b32baa0f72
@ -22,7 +22,6 @@
|
||||
#ifdef MODULE_DFPLAYER
|
||||
|
||||
#include "log.h"
|
||||
#include "assert.h"
|
||||
#include "dfplayer.h"
|
||||
#include "dfplayer_params.h"
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
|
@ -19,7 +19,6 @@
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "hashes/sha224.h"
|
||||
#include "hashes/sha2xx_common.h"
|
||||
|
Loading…
Reference in New Issue
Block a user