Skip to content

Commit 41db28e

Browse files
peter-mitsisjhedberg
authored andcommitted
tracing: Remove superfluous inclusion of kernel.h
Nothing in the tracing/tracing.h header file requires the explicit inclusion of kernel.h. Fixes #95123 Signed-off-by: Peter Mitsis <[email protected]>
1 parent fc05ff1 commit 41db28e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/zephyr/tracing/tracing.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#ifndef ZEPHYR_INCLUDE_TRACING_TRACING_H_
77
#define ZEPHYR_INCLUDE_TRACING_TRACING_H_
88

9-
#include <zephyr/kernel.h>
10-
119
#include "tracking.h"
1210

1311
#if defined CONFIG_SEGGER_SYSTEMVIEW

0 commit comments

Comments
 (0)