From 16817f413e8cd5031237d26f6153395327bd0e11 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Mon, 23 Aug 2021 05:13:23 -0700 Subject: [PATCH] smex/ldc.h: stop including rimage/sof/kernel/fw.h If the -Werr build does not fail then it's not needed. The very first `#include fw.h` in `smex/ldc.h` was added in April 2020 in giant commit 36929ae1b7c63 ("smex: Create new tool to build ldc file") so there is no trace of why that `fw.h` dependency was ever needed. Because `fw.h` was then moved to rimage, this is indirectly making the entire `tools/` directory depending on `rimage` - fixed in the next commit. Signed-off-by: Marc Herbert --- smex/ldc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/smex/ldc.h b/smex/ldc.h index cfcbf0684..2fbb90e59 100644 --- a/smex/ldc.h +++ b/smex/ldc.h @@ -12,7 +12,6 @@ #define __INCLUDE_LDC_H__ #include -#include #define SND_SOF_LOGS_SIG_SIZE 4 #define SND_SOF_LOGS_SIG "Logs"