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:
parent
fb61443bbd
commit
26835a949f
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
#include <assert.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdint.h>
|
||||
|
@ -19,7 +19,6 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "mutex.h"
|
||||
|
@ -20,7 +20,6 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "log.h"
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "assert.h"
|
||||
#include "hts221.h"
|
||||
#include "periph/i2c.h"
|
||||
#include "xtimer.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
#ifndef PERIPH_PM_H
|
||||
#define PERIPH_PM_H
|
||||
|
||||
#include "assert.h"
|
||||
#include "periph_cpu.h"
|
||||
|
||||
#ifdef MODULE_PM_LAYERED
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "assert.h"
|
||||
#include "fmt.h"
|
||||
|
||||
#include "net/loramac.h"
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "assert.h"
|
||||
#include "byteorder.h"
|
||||
#include "xtimer.h"
|
||||
#include "periph/i2c.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include "soft_uart.h"
|
||||
#include "macros/units.h"
|
||||
#include "kernel_defines.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -17,7 +17,6 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "mutex.h"
|
||||
#include "soft_uart.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
#include <assert.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user