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

drivers/*: remove unused assert.h include

This commit is contained in:
Bas Stottelaar 2020-10-21 17:25:21 +02:00
parent fb61443bbd
commit 26835a949f
10 changed files with 3 additions and 9 deletions

View File

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

View File

@ -19,7 +19,6 @@
* @}
*/
#include <assert.h>
#include <errno.h>
#include "mutex.h"

View File

@ -20,7 +20,6 @@
* @}
*/
#include <assert.h>
#include <string.h>
#include "log.h"

View File

@ -22,7 +22,6 @@
#include <stdbool.h>
#include <string.h>
#include "assert.h"
#include "hts221.h"
#include "periph/i2c.h"
#include "xtimer.h"

View File

@ -24,7 +24,6 @@
#ifndef PERIPH_PM_H
#define PERIPH_PM_H
#include "assert.h"
#include "periph_cpu.h"
#ifdef MODULE_PM_LAYERED

View File

@ -19,7 +19,6 @@
#include <string.h>
#include <errno.h>
#include "assert.h"
#include "fmt.h"
#include "net/loramac.h"

View File

@ -21,7 +21,6 @@
#include <string.h>
#include "assert.h"
#include "byteorder.h"
#include "xtimer.h"
#include "periph/i2c.h"

View File

@ -21,6 +21,7 @@
#include "soft_uart.h"
#include "macros/units.h"
#include "kernel_defines.h"
#ifdef __cplusplus
extern "C" {

View File

@ -17,7 +17,6 @@
*/
#include <stdio.h>
#include <assert.h>
#include "mutex.h"
#include "soft_uart.h"

View File

@ -18,7 +18,7 @@
*
* @}
*/
#include <assert.h>
#include <errno.h>
#include <stdint.h>
#include <string.h>