mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #18887 from kfessel/p-clean-header-kerneldef
sys/include: remove kernel_defines.h where not needed
This commit is contained in:
commit
388f9a2015
@ -26,6 +26,7 @@
|
||||
#include "sht1x.h"
|
||||
#include "sht1x_defines.h"
|
||||
#include "bitarithm.h"
|
||||
#include "container.h"
|
||||
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
@ -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
|
||||
|
@ -23,7 +23,7 @@
|
||||
#define CRYPTO_CIPHERS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "kernel_defines.h"
|
||||
#include "modules.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -23,7 +23,7 @@
|
||||
#ifndef DBGPIN_H
|
||||
#define DBGPIN_H
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "container.h"
|
||||
#include "periph/gpio.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -23,7 +23,6 @@
|
||||
#define EMBUNIT_H
|
||||
|
||||
#include "embUnit/embUnit.h"
|
||||
#include "kernel_defines.h"
|
||||
|
||||
#ifdef OUTPUT
|
||||
# define OUTPUT_XML (1)
|
||||
|
@ -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"
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdint.h>
|
||||
#include "kernel_defines.h"
|
||||
#include "modules.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -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"
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "modules.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -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 */
|
||||
|
@ -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" {
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "modules.h"
|
||||
#include "net/ethertype.h"
|
||||
#include "net/protnum.h"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
#include "net/ipv6/addr.h"
|
||||
#include "timex.h"
|
||||
#include <kernel_defines.h>
|
||||
#include "modules.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "byteorder.h"
|
||||
#include "net/eui64.h"
|
||||
#include "kernel_defines.h"
|
||||
#include "modules.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -31,7 +31,6 @@
|
||||
#define NET_IEEE802154_SECURITY_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "kernel_defines.h"
|
||||
#include "ieee802154.h"
|
||||
#include "crypto/ciphers.h"
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "modules.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "modules.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include "kernel_defines.h"
|
||||
#include "modules.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "modules.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <stdint.h>
|
||||
#include "periph/pm.h"
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "modules.h"
|
||||
#include "xfa.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "modules.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -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
|
||||
|
@ -21,8 +21,6 @@
|
||||
#include <sys/time.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "kernel_defines.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -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"
|
||||
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include "net/loramac.h"
|
||||
#include "net/netif.h"
|
||||
#include "shell.h"
|
||||
#include "container.h"
|
||||
|
||||
#ifdef MODULE_NETSTATS
|
||||
#include "net/netstats.h"
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "net/ipv6/addr.h"
|
||||
#include "net/l2util.h"
|
||||
#include "net/netif.h"
|
||||
#include "container.h"
|
||||
|
||||
#include "openwsn.h"
|
||||
#include "opendefs.h"
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "shell.h"
|
||||
#include "container.h"
|
||||
#include "sht1x.h"
|
||||
#include "sht1x_params.h"
|
||||
|
||||
|
@ -21,8 +21,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "can/can_trx.h"
|
||||
|
||||
#include "shell.h"
|
||||
|
||||
#ifdef MODULE_TJA1042
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include "stdio_uart.h"
|
||||
#include "board.h"
|
||||
#include "periph/gpio.h"
|
||||
#include "container.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include "feetech.h"
|
||||
#include "shell.h"
|
||||
#include "stdio_uart.h"
|
||||
#include "container.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "sdcard_spi_internal.h"
|
||||
#include "sdcard_spi_params.h"
|
||||
#include "fmt.h"
|
||||
#include "container.h"
|
||||
#include <inttypes.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -20,9 +20,11 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "shell.h"
|
||||
#include "sht1x_params.h"
|
||||
#include "container.h"
|
||||
|
||||
#define SHT1X_NUM ARRAY_SIZE(sht1x_params)
|
||||
extern sht1x_dev_t sht1x_devs[SHT1X_NUM];
|
||||
|
@ -13,6 +13,7 @@
|
||||
* @author Martine Lenders <m.lenders@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
#include "shell.h"
|
||||
|
||||
int main(void)
|
||||
|
@ -13,6 +13,7 @@
|
||||
* @author Martine Lenders <m.lenders@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
#include "shell.h"
|
||||
|
||||
int main(void)
|
||||
|
@ -13,6 +13,7 @@
|
||||
* @author Martine Lenders <m.lenders@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
#include "shell.h"
|
||||
|
||||
int main(void)
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "cpu.h"
|
||||
#include "embUnit.h"
|
||||
#include "embUnit/embUnit.h"
|
||||
#include "modules.h"
|
||||
|
||||
/* need to define these values before including the header */
|
||||
#ifndef FLASHPAGE_SIZE
|
||||
|
@ -19,6 +19,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "phydat.h"
|
||||
#include "container.h"
|
||||
|
||||
typedef struct {
|
||||
phydat_t dat;
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "mtd.h"
|
||||
#include "fatfs_diskio_mtd.h"
|
||||
#include "shell.h"
|
||||
#include "container.h"
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "embUnit/embUnit.h"
|
||||
#include "fmt.h"
|
||||
#include "cbor.h"
|
||||
#include "container.h"
|
||||
|
||||
const char *tests[] = {
|
||||
"00", /* 0 */
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include <string.h>
|
||||
#include "embUnit.h"
|
||||
#include "tests-clif.h"
|
||||
#include "container.h"
|
||||
|
||||
#include "clif.h"
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
* directory for more details.
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <limits.h>
|
||||
#include "embUnit.h"
|
||||
|
@ -7,6 +7,8 @@
|
||||
*/
|
||||
#include <string.h>
|
||||
|
||||
#include "container.h"
|
||||
|
||||
#include "embUnit.h"
|
||||
|
||||
#include "priority_queue.h"
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
#include <sht1x.h>
|
||||
#include <stdlib.h>
|
||||
#include "container.h"
|
||||
#include "embUnit/embUnit.h"
|
||||
#include "tests-sht1x.h"
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include "container.h"
|
||||
#include "embUnit.h"
|
||||
|
||||
#include "uri_parser.h"
|
||||
|
Loading…
Reference in New Issue
Block a user