Merge pull request #15269 from basilfx/feature/timex_includes
treewide: add includes to timex.h
This commit is contained in:
commit
6cf5f79ba1
@ -21,6 +21,7 @@
|
||||
#include "board.h"
|
||||
#include "cpu.h"
|
||||
#include "mtd.h"
|
||||
#include "timex.h"
|
||||
#include "mtd_spi_nor.h"
|
||||
#include "periph/gpio.h"
|
||||
|
||||
|
||||
@ -27,7 +27,6 @@ extern "C" {
|
||||
|
||||
#include "mtd.h"
|
||||
#include "periph_cpu.h"
|
||||
#include "timex.h"
|
||||
|
||||
/**
|
||||
* @name Xtimer configuration
|
||||
|
||||
@ -17,6 +17,7 @@
|
||||
|
||||
#include "esp_common.h"
|
||||
#include "log.h"
|
||||
#include "timex.h"
|
||||
|
||||
#include "freertos/FreeRTOS.h"
|
||||
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "timex.h"
|
||||
#include "net/sock/udp.h"
|
||||
#include "tinydtls_keys.h"
|
||||
|
||||
|
||||
@ -27,6 +27,7 @@
|
||||
|
||||
#include "net/sock/udp.h"
|
||||
#include "msg.h"
|
||||
#include "timex.h"
|
||||
#include "tinydtls_keys.h"
|
||||
|
||||
/* TinyDTLS */
|
||||
|
||||
@ -23,6 +23,7 @@
|
||||
#include "net/credman.h"
|
||||
#include "msg.h"
|
||||
#include "thread.h"
|
||||
#include "timex.h"
|
||||
|
||||
#include "tinydtls_keys.h"
|
||||
|
||||
|
||||
@ -25,6 +25,7 @@
|
||||
#include "event/timeout.h"
|
||||
#include "nimble_riot.h"
|
||||
#include "net/bluetil/ad.h"
|
||||
#include "timex.h"
|
||||
|
||||
#include "host/ble_hs.h"
|
||||
#include "host/ble_gatt.h"
|
||||
|
||||
@ -21,6 +21,8 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "timex.h"
|
||||
|
||||
#include "liblwm2m.h"
|
||||
|
||||
#include "lwm2m_platform.h"
|
||||
|
||||
@ -23,6 +23,7 @@
|
||||
#include "log.h"
|
||||
#include "random.h"
|
||||
#include "byteorder.h"
|
||||
#include "timex.h"
|
||||
|
||||
#include "net/asymcute.h"
|
||||
|
||||
|
||||
@ -26,6 +26,7 @@
|
||||
|
||||
#include "net/nanocoap_sock.h"
|
||||
#include "net/sock/udp.h"
|
||||
#include "timex.h"
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
@ -41,6 +41,7 @@
|
||||
#include "net/gnrc/sixlowpan/ctx.h"
|
||||
#include "net/ndp.h"
|
||||
#include "random.h"
|
||||
#include "timex.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@ -25,6 +25,8 @@
|
||||
|
||||
#include "net/gnrc/ndp.h"
|
||||
|
||||
#include "timex.h"
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
|
||||
@ -27,6 +27,8 @@
|
||||
#include "can/conn/raw.h"
|
||||
#include "can/raw.h"
|
||||
|
||||
#include "timex.h"
|
||||
|
||||
#define SC_CAN_MAX_FILTERS 10
|
||||
#define xstr(a) str(a)
|
||||
#define str(a) #a
|
||||
|
||||
@ -20,6 +20,8 @@
|
||||
#include "net/gnrc/netif.h"
|
||||
#include "net/ipv6/addr.h"
|
||||
|
||||
#include "timex.h"
|
||||
|
||||
static void _usage(char **argv);
|
||||
static int _nib_neigh(int argc, char **argv);
|
||||
static int _nib_prefix(int argc, char **argv);
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
#include "net/gnrc/rpl/dodag.h"
|
||||
#include "utlist.h"
|
||||
#include "trickle.h"
|
||||
#include "xtimer.h"
|
||||
#ifdef MODULE_GNRC_RPL_P2P
|
||||
#include "net/gnrc/rpl/p2p.h"
|
||||
#include "net/gnrc/rpl/p2p_dodag.h"
|
||||
|
||||
@ -31,6 +31,7 @@
|
||||
#include "net/nanocoap_sock.h"
|
||||
#include "thread.h"
|
||||
#include "periph/pm.h"
|
||||
#include "xtimer.h"
|
||||
|
||||
#include "suit/transport/coap.h"
|
||||
#include "net/sock/util.h"
|
||||
|
||||
@ -27,6 +27,7 @@
|
||||
#include "event.h"
|
||||
#include "event/timeout.h"
|
||||
#include "event/callback.h"
|
||||
#include "xtimer.h"
|
||||
|
||||
#define STACKSIZE THREAD_STACKSIZE_DEFAULT
|
||||
#define PRIO (THREAD_PRIORITY_MAIN - 1)
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
#include "net/gnrc/netif/internal.h"
|
||||
#include "net/ndp.h"
|
||||
#include "sched.h"
|
||||
#include "timex.h"
|
||||
|
||||
#define _BUFFER_SIZE (128)
|
||||
#define _CUR_HL (155)
|
||||
|
||||
@ -35,6 +35,7 @@
|
||||
#include "net/ndp.h"
|
||||
#include "net/sixlowpan/nd.h"
|
||||
#include "sched.h"
|
||||
#include "timex.h"
|
||||
|
||||
#define _BUFFER_SIZE (196)
|
||||
#define _ARO_LTIME (4224)
|
||||
|
||||
@ -26,6 +26,7 @@
|
||||
#include "net/sock/dtls.h"
|
||||
#include "net/ipv6/addr.h"
|
||||
#include "net/credman.h"
|
||||
#include "timex.h"
|
||||
|
||||
#include "tinydtls_common.h"
|
||||
#include "tinydtls_keys.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user