tracing: move headers under include/tracing

Move tracing.h to include/tracing/ to align with subsystem reorg.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-02-06 09:14:51 -05:00
commit 73008b427c
24 changed files with 173 additions and 159 deletions

View file

@ -5357,7 +5357,7 @@ __syscall int k_float_disable(struct k_thread *thread);
}
#endif
#include <debug/tracing.h>
#include <tracing/tracing.h>
#include <syscalls/kernel.h>
#endif /* !_ASMLANGUAGE */