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 <zephyr/types.h>
#include <time_units.h>
#include <sys/time_units.h>
#ifdef __cplusplus
extern "C" {