mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
all: remove traces of kernel_types.h
Automatically removed using: $ git grep -l kernel_types | xargs sed -i '/^#include .kernel_types/d'
This commit is contained in:
parent
65f997026f
commit
1d5e2e9cd9
@ -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
|
||||
|
@ -33,7 +33,6 @@
|
||||
#ifndef DRIVERS_CORETEMP_H
|
||||
#define DRIVERS_CORETEMP_H
|
||||
|
||||
#include "kernel_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -24,8 +24,6 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
|
||||
/* cpu */
|
||||
#include "periph/rtc.h"
|
||||
#include "VIC.h"
|
||||
|
@ -50,8 +50,6 @@
|
||||
#include <sys/stat.h>
|
||||
#include <sys/uio.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "mutex.h"
|
||||
#include "periph/gpio.h"
|
||||
#include "periph/uart.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"
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "periph/uart.h"
|
||||
#include "net/netdev.h"
|
||||
#include "tsrb.h"
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "msg.h"
|
||||
|
||||
#include "net/gcoap.h"
|
||||
#include "kernel_types.h"
|
||||
#include "shell.h"
|
||||
|
||||
#define MAIN_QUEUE_SIZE (4)
|
||||
|
@ -11,7 +11,6 @@
|
||||
|
||||
#include "thread.h"
|
||||
#include "fuzzing.h"
|
||||
#include "kernel_types.h"
|
||||
|
||||
#include "net/gcoap.h"
|
||||
#include "net/gnrc/udp.h"
|
||||
|
@ -24,8 +24,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "kernel_types.h"
|
||||
|
||||
#include "can/can.h"
|
||||
#include "can/pkt.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
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "xtimer.h"
|
||||
#include "net/gnrc/gomach/hdr.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
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "net/gnrc/pkt.h"
|
||||
#include "net/gnrc/priority_pktqueue.h"
|
||||
#include "net/ieee802154.h"
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "net/gnrc/pkt.h"
|
||||
#include "net/gnrc/netif.h"
|
||||
#include "net/ipv6/addr.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "msg.h"
|
||||
#include "net/gnrc/pkt.h"
|
||||
#include "thread.h"
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "net/gnrc/pkt.h"
|
||||
#include "net/gnrc/sixlowpan/config.h"
|
||||
#include "net/ipv6/addr.h"
|
||||
|
@ -21,7 +21,6 @@
|
||||
#define NET_GNRC_TCP_TCB_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "kernel_types.h"
|
||||
#include "ringbuffer.h"
|
||||
#include "mutex.h"
|
||||
#include "evtimer_msg.h"
|
||||
|
@ -30,7 +30,6 @@
|
||||
#define SCHEDSTATISTICS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "kernel_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include <assert.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "net/gnrc/pktbuf.h"
|
||||
#include "net/gnrc/netapi.h"
|
||||
#include "net/gnrc/netif/hdr.h"
|
||||
|
@ -21,7 +21,6 @@
|
||||
#define GNRC_TCP_COMMON_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "kernel_types.h"
|
||||
#include "thread.h"
|
||||
#include "mutex.h"
|
||||
#include "evtimer.h"
|
||||
|
@ -42,7 +42,6 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "net/af.h"
|
||||
#include "sys/bytes.h"
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "msg.h"
|
||||
#include "net/ethernet/hdr.h"
|
||||
#include "net/ipv6/addr.h"
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include <stdio.h>
|
||||
#include "msg.h"
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "net/gnrc/netif.h"
|
||||
#include "net/ipv6/addr.h"
|
||||
#include "shell.h"
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "thread.h"
|
||||
#include "pthread.h"
|
||||
#include "mutex.h"
|
||||
|
Loading…
Reference in New Issue
Block a user