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
26835a949f
commit
ffb929d811
@ -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"
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
#include <assert.h>
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user