From a2a2c62abdf48f095c9d49277a91393be8cafc73 Mon Sep 17 00:00:00 2001 From: Flavio Ceolin Date: Fri, 6 Jan 2023 12:45:38 -0800 Subject: [PATCH] tracing: none: Remove unnecessary headers This file does not need any header, remove all of them. Signed-off-by: Flavio Ceolin --- subsys/tracing/tracing_none.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/subsys/tracing/tracing_none.c b/subsys/tracing/tracing_none.c index 83b1fde0ecb..b630e506dfa 100644 --- a/subsys/tracing/tracing_none.c +++ b/subsys/tracing/tracing_none.c @@ -4,9 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -#include -#include -#include void sys_trace_isr_enter(void) {}