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 36929ae1b7 ("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 <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2021-08-23 05:13:23 -07:00 committed by Daniel Baluta
parent 804d302b3c
commit 16817f413e
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
#define __INCLUDE_LDC_H__
#include <ipc/info.h>
#include <rimage/sof/kernel/fw.h>
#define SND_SOF_LOGS_SIG_SIZE 4
#define SND_SOF_LOGS_SIG "Logs"