1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 09:33:50 +01:00

sys/include: remove kernel_defines.h where not needed

This commit is contained in:
Karl Fessel 2022-11-11 18:44:39 +01:00
parent 0621150bf0
commit 768451bf09
3 changed files with 0 additions and 4 deletions

View File

@ -23,7 +23,6 @@
#define EMBUNIT_H
#include "embUnit/embUnit.h"
#include "kernel_defines.h"
#ifdef OUTPUT
# define OUTPUT_XML (1)

View File

@ -31,7 +31,6 @@
#define NET_IEEE802154_SECURITY_H
#include <stdint.h>
#include "kernel_defines.h"
#include "ieee802154.h"
#include "crypto/ciphers.h"

View File

@ -21,8 +21,6 @@
#include <sys/time.h>
#include <stdint.h>
#include "kernel_defines.h"
#ifdef __cplusplus
extern "C" {
#endif