1
0
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:
Bas Stottelaar 2020-10-21 17:26:06 +02:00
parent 7088db3636
commit b32baa0f72
3 changed files with 0 additions and 3 deletions

View File

@ -22,7 +22,6 @@
#ifdef MODULE_DFPLAYER
#include "log.h"
#include "assert.h"
#include "dfplayer.h"
#include "dfplayer_params.h"

View File

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

View File

@ -19,7 +19,6 @@
*/
#include <string.h>
#include <assert.h>
#include "hashes/sha224.h"
#include "hashes/sha2xx_common.h"