diff --git a/core/include/thread_flags.h b/core/include/thread_flags.h index dd31692688..7ee41e19d6 100644 --- a/core/include/thread_flags.h +++ b/core/include/thread_flags.h @@ -54,7 +54,6 @@ #ifndef THREAD_FLAGS_H #define THREAD_FLAGS_H -#include "kernel_types.h" #include "sched.h" /* for thread_t typedef */ #ifdef __cplusplus diff --git a/cpu/efm32/include/drivers/coretemp.h b/cpu/efm32/include/drivers/coretemp.h index cdf69ce519..71dbd65f1c 100644 --- a/cpu/efm32/include/drivers/coretemp.h +++ b/cpu/efm32/include/drivers/coretemp.h @@ -33,7 +33,6 @@ #ifndef DRIVERS_CORETEMP_H #define DRIVERS_CORETEMP_H -#include "kernel_types.h" #ifdef __cplusplus extern "C" { diff --git a/cpu/lpc23xx/periph/rtc.c b/cpu/lpc23xx/periph/rtc.c index 7955f1aa9f..2680d1806a 100644 --- a/cpu/lpc23xx/periph/rtc.c +++ b/cpu/lpc23xx/periph/rtc.c @@ -24,8 +24,6 @@ #include #include -#include "kernel_types.h" - /* cpu */ #include "periph/rtc.h" #include "VIC.h" diff --git a/cpu/native/include/native_internal.h b/cpu/native/include/native_internal.h index 75b1a0a15e..d61689eb26 100644 --- a/cpu/native/include/native_internal.h +++ b/cpu/native/include/native_internal.h @@ -50,8 +50,6 @@ #include #include -#include "kernel_types.h" - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/dfplayer/include/dfplayer_types.h b/drivers/dfplayer/include/dfplayer_types.h index a880bb7162..fd6ceb41cf 100644 --- a/drivers/dfplayer/include/dfplayer_types.h +++ b/drivers/dfplayer/include/dfplayer_types.h @@ -22,7 +22,6 @@ #include #include -#include "kernel_types.h" #include "mutex.h" #include "periph/gpio.h" #include "periph/uart.h" diff --git a/drivers/include/encx24j600.h b/drivers/include/encx24j600.h index 1951a514d5..396c207eb2 100644 --- a/drivers/include/encx24j600.h +++ b/drivers/include/encx24j600.h @@ -22,7 +22,6 @@ #define ENCX24J600_H #include "mutex.h" -#include "kernel_types.h" #include "periph/spi.h" #include "periph/gpio.h" #include "net/netdev.h" diff --git a/drivers/include/ethos.h b/drivers/include/ethos.h index efc3489c9a..9b39b5b4ab 100644 --- a/drivers/include/ethos.h +++ b/drivers/include/ethos.h @@ -23,7 +23,6 @@ #include -#include "kernel_types.h" #include "periph/uart.h" #include "net/netdev.h" #include "tsrb.h" diff --git a/examples/gcoap/main.c b/examples/gcoap/main.c index 3757922d0e..930964ca78 100644 --- a/examples/gcoap/main.c +++ b/examples/gcoap/main.c @@ -22,7 +22,6 @@ #include "msg.h" #include "net/gcoap.h" -#include "kernel_types.h" #include "shell.h" #define MAIN_QUEUE_SIZE (4) diff --git a/fuzzing/gcoap/main.c b/fuzzing/gcoap/main.c index 6aebc0872c..becfab2c52 100644 --- a/fuzzing/gcoap/main.c +++ b/fuzzing/gcoap/main.c @@ -11,7 +11,6 @@ #include "thread.h" #include "fuzzing.h" -#include "kernel_types.h" #include "net/gcoap.h" #include "net/gnrc/udp.h" diff --git a/sys/include/can/router.h b/sys/include/can/router.h index 4120c00ca4..a842fa0338 100644 --- a/sys/include/can/router.h +++ b/sys/include/can/router.h @@ -24,8 +24,6 @@ extern "C" { #endif -#include "kernel_types.h" - #include "can/can.h" #include "can/pkt.h" diff --git a/sys/include/net/gnrc/gomach/gomach.h b/sys/include/net/gnrc/gomach/gomach.h index 062e3b7254..730569cd96 100644 --- a/sys/include/net/gnrc/gomach/gomach.h +++ b/sys/include/net/gnrc/gomach/gomach.h @@ -41,7 +41,6 @@ #define NET_GNRC_GOMACH_GOMACH_H #include "periph/rtt.h" -#include "kernel_types.h" #include "net/gnrc/netif.h" #ifdef __cplusplus diff --git a/sys/include/net/gnrc/gomach/types.h b/sys/include/net/gnrc/gomach/types.h index 4f20bd45f7..018f1c0ece 100644 --- a/sys/include/net/gnrc/gomach/types.h +++ b/sys/include/net/gnrc/gomach/types.h @@ -22,7 +22,6 @@ #include #include -#include "kernel_types.h" #include "xtimer.h" #include "net/gnrc/gomach/hdr.h" diff --git a/sys/include/net/gnrc/lwmac/lwmac.h b/sys/include/net/gnrc/lwmac/lwmac.h index eaf1af5803..7e4b121cd0 100644 --- a/sys/include/net/gnrc/lwmac/lwmac.h +++ b/sys/include/net/gnrc/lwmac/lwmac.h @@ -73,7 +73,6 @@ #ifndef NET_GNRC_LWMAC_LWMAC_H #define NET_GNRC_LWMAC_LWMAC_H -#include "kernel_types.h" #include "net/gnrc/netif.h" #ifdef __cplusplus diff --git a/sys/include/net/gnrc/mac/types.h b/sys/include/net/gnrc/mac/types.h index 32f3b98a8b..983e0f13b4 100644 --- a/sys/include/net/gnrc/mac/types.h +++ b/sys/include/net/gnrc/mac/types.h @@ -24,7 +24,6 @@ #include #include -#include "kernel_types.h" #include "net/gnrc/pkt.h" #include "net/gnrc/priority_pktqueue.h" #include "net/ieee802154.h" diff --git a/sys/include/net/gnrc/ndp.h b/sys/include/net/gnrc/ndp.h index 5ae27e4d51..2eb8057600 100644 --- a/sys/include/net/gnrc/ndp.h +++ b/sys/include/net/gnrc/ndp.h @@ -22,7 +22,6 @@ #include -#include "kernel_types.h" #include "net/gnrc/pkt.h" #include "net/gnrc/netif.h" #include "net/ipv6/addr.h" diff --git a/sys/include/net/gnrc/neterr.h b/sys/include/net/gnrc/neterr.h index df7ab437c9..22cada1936 100644 --- a/sys/include/net/gnrc/neterr.h +++ b/sys/include/net/gnrc/neterr.h @@ -23,7 +23,6 @@ #include #include -#include "kernel_types.h" #include "msg.h" #include "net/gnrc/pkt.h" #include "thread.h" diff --git a/sys/include/net/gnrc/sixlowpan/nd.h b/sys/include/net/gnrc/sixlowpan/nd.h index ef98c2d869..15abd2634c 100644 --- a/sys/include/net/gnrc/sixlowpan/nd.h +++ b/sys/include/net/gnrc/sixlowpan/nd.h @@ -25,7 +25,6 @@ #include -#include "kernel_types.h" #include "net/gnrc/pkt.h" #include "net/gnrc/sixlowpan/config.h" #include "net/ipv6/addr.h" diff --git a/sys/include/net/gnrc/tcp/tcb.h b/sys/include/net/gnrc/tcp/tcb.h index 71e2356630..0f8408d796 100644 --- a/sys/include/net/gnrc/tcp/tcb.h +++ b/sys/include/net/gnrc/tcp/tcb.h @@ -21,7 +21,6 @@ #define NET_GNRC_TCP_TCB_H #include -#include "kernel_types.h" #include "ringbuffer.h" #include "mutex.h" #include "evtimer_msg.h" diff --git a/sys/include/schedstatistics.h b/sys/include/schedstatistics.h index 1437487a5b..4e6352bf35 100644 --- a/sys/include/schedstatistics.h +++ b/sys/include/schedstatistics.h @@ -30,7 +30,6 @@ #define SCHEDSTATISTICS_H #include -#include "kernel_types.h" #ifdef __cplusplus extern "C" { diff --git a/sys/net/gnrc/network_layer/sixlowpan/frag/gnrc_sixlowpan_frag.c b/sys/net/gnrc/network_layer/sixlowpan/frag/gnrc_sixlowpan_frag.c index b6c663ec60..e7388234ac 100644 --- a/sys/net/gnrc/network_layer/sixlowpan/frag/gnrc_sixlowpan_frag.c +++ b/sys/net/gnrc/network_layer/sixlowpan/frag/gnrc_sixlowpan_frag.c @@ -19,7 +19,6 @@ #include #include -#include "kernel_types.h" #include "net/gnrc/pktbuf.h" #include "net/gnrc/netapi.h" #include "net/gnrc/netif/hdr.h" diff --git a/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_common.h b/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_common.h index fa694e234a..6067dadadb 100644 --- a/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_common.h +++ b/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_common.h @@ -21,7 +21,6 @@ #define GNRC_TCP_COMMON_H #include -#include "kernel_types.h" #include "thread.h" #include "mutex.h" #include "evtimer.h" diff --git a/sys/posix/include/sys/socket.h b/sys/posix/include/sys/socket.h index dc202a6a2e..a95b591305 100644 --- a/sys/posix/include/sys/socket.h +++ b/sys/posix/include/sys/socket.h @@ -42,7 +42,6 @@ #include #include -#include "kernel_types.h" #include "net/af.h" #include "sys/bytes.h" diff --git a/tests/gnrc_ipv6_fwd_w_sub/main.c b/tests/gnrc_ipv6_fwd_w_sub/main.c index 22878ddbf0..d10ae2e723 100644 --- a/tests/gnrc_ipv6_fwd_w_sub/main.c +++ b/tests/gnrc_ipv6_fwd_w_sub/main.c @@ -22,7 +22,6 @@ #include #include -#include "kernel_types.h" #include "msg.h" #include "net/ethernet/hdr.h" #include "net/ipv6/addr.h" diff --git a/tests/nanocoap_cli/main.c b/tests/nanocoap_cli/main.c index 7cf7d39e70..af8e3e9d48 100644 --- a/tests/nanocoap_cli/main.c +++ b/tests/nanocoap_cli/main.c @@ -21,7 +21,6 @@ #include #include "msg.h" -#include "kernel_types.h" #include "net/gnrc/netif.h" #include "net/ipv6/addr.h" #include "shell.h" diff --git a/tests/pthread_flood/main.c b/tests/pthread_flood/main.c index 1f13848b52..f3308a2f7c 100644 --- a/tests/pthread_flood/main.c +++ b/tests/pthread_flood/main.c @@ -22,7 +22,6 @@ #include -#include "kernel_types.h" #include "thread.h" #include "pthread.h" #include "mutex.h"