Skip to content

Commit

Permalink
sys/includes: replace kernel_defines.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kfessel committed Nov 11, 2022
1 parent 32f9987 commit 173e332
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion sys/include/auto_init_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <stdint.h>
#include "xfa.h"
#include "macros/xtstr.h"
#include "kernel_defines.h"
#include "modules.h"
#if IS_USED(MODULE_PREPROCESSOR_SUCCESSOR)
#include "preprocessor_successor.h"
#endif
Expand Down
2 changes: 1 addition & 1 deletion sys/include/crypto/ciphers.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define CRYPTO_CIPHERS_H

#include <stdint.h>
#include "kernel_defines.h"
#include "modules.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion sys/include/dbgpin.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#ifndef DBGPIN_H
#define DBGPIN_H

#include "kernel_defines.h"
#include "container.h"
#include "periph/gpio.h"

#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion sys/include/evtimer.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#define EVTIMER_H

#include <stdint.h>
#include "kernel_defines.h"
#include "modules.h"

#if IS_USED(MODULE_EVTIMER_ON_ZTIMER)
#include "ztimer.h"
Expand Down
2 changes: 1 addition & 1 deletion sys/include/phydat.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

#include <stddef.h>
#include <stdint.h>
#include "kernel_defines.h"
#include "modules.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion sys/include/senml.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <stdbool.h>
#include <stdint.h>

#include "kernel_defines.h"
#include "modules.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion sys/include/shell.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <stdint.h>
#include "periph/pm.h"

#include "kernel_defines.h"
#include "modules.h"
#include "xfa.h"

#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion sys/include/stdio_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include <unistd.h>

#include "kernel_defines.h"
#include "modules.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion sys/include/string_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <strings.h>
#include <sys/types.h>

#include "kernel_defines.h"
#include "modules.h"

#ifndef STRING_UTILS_H
#define STRING_UTILS_H
Expand Down
2 changes: 1 addition & 1 deletion sys/include/usb/usbus.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "clist.h"
#include "event.h"
#include "sched.h"
#include "kernel_defines.h"
#include "modules.h"
#include "msg.h"
#include "thread.h"

Expand Down

0 comments on commit 173e332

Please sign in to comment.