1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

gnrc/include: replace kernel_defines.h

This commit is contained in:
Karl Fessel 2022-11-11 18:47:30 +01:00
parent 768451bf09
commit b70d6c7fd7
15 changed files with 15 additions and 15 deletions

View File

@ -21,7 +21,7 @@
#ifndef NET_GNRC_IPV6_NIB_ABR_H
#define NET_GNRC_IPV6_NIB_ABR_H
#include <kernel_defines.h>
#include "modules.h"
/* prevent cascading include error to xtimer if it is not compiled in or not
* supported by board */

View File

@ -21,7 +21,7 @@
#ifndef NET_GNRC_IPV6_NIB_CONF_H
#define NET_GNRC_IPV6_NIB_CONF_H
#include <kernel_defines.h>
#include "modules.h"
#ifdef __cplusplus
extern "C" {

View File

@ -21,7 +21,7 @@
#define NET_GNRC_IPV6_NIB_PL_H
#include <stdint.h>
#include <kernel_defines.h>
#include "modules.h"
#if IS_USED(MODULE_EVTIMER)
#include "evtimer.h"

View File

@ -18,7 +18,7 @@
#ifndef NET_GNRC_LORAWAN_REGION_H
#define NET_GNRC_LORAWAN_REGION_H
#include "kernel_defines.h"
#include "modules.h"
#include "net/gnrc/lorawan.h"
#ifdef __cplusplus

View File

@ -21,7 +21,7 @@
* @author Shuguo Zhuo <shuguo.zhuo@inria.fr>
*/
#include "kernel_defines.h"
#include "modules.h"
#ifndef NET_GNRC_MAC_MAC_H
#define NET_GNRC_MAC_MAC_H

View File

@ -20,7 +20,7 @@
#ifndef NET_GNRC_NETIF_CONF_H
#define NET_GNRC_NETIF_CONF_H
#include <kernel_defines.h>
#include "modules.h"
#include "net/dhcpv6/client.h"
#include "net/ieee802154.h"

View File

@ -21,7 +21,7 @@
#ifndef NET_GNRC_NETIF_INTERNAL_H
#define NET_GNRC_NETIF_INTERNAL_H
#include <kernel_defines.h>
#include "modules.h"
#include "net/gnrc/netif.h"
#include "net/l2util.h"

View File

@ -18,7 +18,7 @@
#ifndef NET_GNRC_NETIF_IPV6_H
#define NET_GNRC_NETIF_IPV6_H
#include <kernel_defines.h>
#include "modules.h"
#include "evtimer_msg.h"
#include "net/ipv6/addr.h"

View File

@ -35,7 +35,7 @@
#include <inttypes.h>
#include "kernel_defines.h"
#include "modules.h"
#include "net/ethertype.h"
#include "net/protnum.h"

View File

@ -143,7 +143,7 @@
#include <string.h>
#include <stdint.h>
#include "kernel_defines.h"
#include "modules.h"
#include "net/gnrc.h"
#include "net/gnrc/ipv6.h"
#include "net/ipv6/addr.h"

View File

@ -21,7 +21,7 @@
#ifndef NET_GNRC_SIXLOWPAN_CONFIG_H
#define NET_GNRC_SIXLOWPAN_CONFIG_H
#include "kernel_defines.h"
#include "modules.h"
#include "timex.h"
#ifdef __cplusplus

View File

@ -31,7 +31,7 @@
#include "net/ipv6/addr.h"
#include "timex.h"
#include <kernel_defines.h>
#include "modules.h"
#ifdef __cplusplus
extern "C" {

View File

@ -30,7 +30,7 @@
#include <stdlib.h>
#include "congure.h"
#include "kernel_defines.h"
#include "modules.h"
#include "net/gnrc/sixlowpan/frag/sfr.h"
#ifdef __cplusplus

View File

@ -24,7 +24,7 @@
#include "clist.h"
#include "congure.h"
#include "evtimer_msg.h"
#include "kernel_defines.h"
#include "modules.h"
#include "msg.h"
#include "xtimer.h"

View File

@ -25,7 +25,7 @@
#include <stdbool.h>
#include <stdint.h>
#include "kernel_defines.h"
#include "modules.h"
#include "net/gnrc/netif.h"
#include "net/gnrc/sixlowpan/config.h"
#ifdef MODULE_GNRC_SIXLOWPAN_FRAG