kernel: move time_units into sys subdirectory

This isn't something the user will ever include directory, so take
steps to hide it.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2019-10-31 06:16:00 -05:00 committed by Anas Nashif
commit 5f34700133
3 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
#include <toolchain.h> #include <toolchain.h>
#include <zephyr/types.h> #include <zephyr/types.h>
#include <time_units.h> #include <sys/time_units.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

View file

@ -5,7 +5,7 @@
*/ */
#include <ztest.h> #include <ztest.h>
#include <zephyr/types.h> #include <zephyr/types.h>
#include <time_units.h> #include <sys/time_units.h>
#define NUM_RANDOM 100 #define NUM_RANDOM 100