1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

includes/net: replace "kernel_defines.h"

This commit is contained in:
Karl Fessel 2022-11-11 18:48:40 +01:00
parent b70d6c7fd7
commit dd9c3ba362
6 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@
#include <unistd.h>
#include <stdint.h>
#include "kernel_defines.h"
#include "modules.h"
#ifdef __cplusplus
extern "C" {

View File

@ -20,7 +20,7 @@
#ifndef NET_DNS_H
#define NET_DNS_H
#include "kernel_defines.h"
#include "modules.h"
#include "net/sock/dns.h"
#include "net/sock/dodtls.h"
#include "net/gcoap/dns.h"

View File

@ -35,7 +35,7 @@
#include <stdint.h>
#include "kernel_defines.h"
#include "modules.h"
#ifdef __cplusplus
extern "C" {

View File

@ -26,7 +26,7 @@
#include "byteorder.h"
#include "net/eui64.h"
#include "kernel_defines.h"
#include "modules.h"
#ifdef __cplusplus
extern "C" {

View File

@ -24,7 +24,7 @@
#include <stdint.h>
#include <stdlib.h>
#include "kernel_defines.h"
#include "modules.h"
#ifdef __cplusplus
extern "C" {

View File

@ -26,7 +26,7 @@
#include <stdint.h>
#include <stdlib.h>
#include "kernel_defines.h"
#include "modules.h"
#ifdef __cplusplus
extern "C" {