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:25:36 +02:00
parent 26835a949f
commit ffb929d811
9 changed files with 1 additions and 10 deletions

View File

@ -18,7 +18,6 @@
#ifndef NET_GNRC_NETIF_IPV6_H #ifndef NET_GNRC_NETIF_IPV6_H
#define NET_GNRC_NETIF_IPV6_H #define NET_GNRC_NETIF_IPV6_H
#include <assert.h>
#include <kernel_defines.h> #include <kernel_defines.h>
#include "evtimer_msg.h" #include "evtimer_msg.h"

View File

@ -268,7 +268,6 @@
#ifndef NET_SOCK_IP_H #ifndef NET_SOCK_IP_H
#define NET_SOCK_IP_H #define NET_SOCK_IP_H
#include <assert.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#include <sys/types.h> #include <sys/types.h>

View File

@ -268,7 +268,6 @@
#ifndef NET_SOCK_UDP_H #ifndef NET_SOCK_UDP_H
#define NET_SOCK_UDP_H #define NET_SOCK_UDP_H
#include <assert.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#include <sys/types.h> #include <sys/types.h>

View File

@ -34,7 +34,6 @@
#ifndef PM_LAYERED_H #ifndef PM_LAYERED_H
#define PM_LAYERED_H #define PM_LAYERED_H
#include "assert.h"
#include "periph_cpu.h" #include "periph_cpu.h"
#ifdef __cplusplus #ifdef __cplusplus

View File

@ -21,7 +21,6 @@
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include "assert.h"
#include "periph/cpuid.h" #include "periph/cpuid.h"
#include "luid.h" #include "luid.h"

View File

@ -13,8 +13,6 @@
* @author Martine S. Lenders <m.lenders@fu-berlin.de> * @author Martine S. Lenders <m.lenders@fu-berlin.de>
*/ */
#include <assert.h>
#include "event.h" #include "event.h"
#include "log.h" #include "log.h"
#include "net/dhcpv6/client.h" #include "net/dhcpv6/client.h"

View File

@ -21,7 +21,6 @@
#define GNRC_TCP_COMMON_H #define GNRC_TCP_COMMON_H
#include <stdint.h> #include <stdint.h>
#include "assert.h"
#include "kernel_types.h" #include "kernel_types.h"
#include "thread.h" #include "thread.h"
#include "mutex.h" #include "mutex.h"

View File

@ -20,7 +20,6 @@
#include <stdio.h> #include <stdio.h>
#include <inttypes.h> #include <inttypes.h>
#include <assert.h>
#include "progress_bar.h" #include "progress_bar.h"

View File

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