[spinel] remove including openthread-core-config.h (#10322)

`openthread-spinel-config.h` is included by many modules like
`spinel_encoder`, `spinel_decoder`. To use these modules in external
projects, we need to remove the including of
`openthread-core-config.h`.
This commit is contained in:
Li Cao
2024-06-03 23:06:23 -07:00
committed by GitHub
parent 70bad1df78
commit ea61703252
@@ -34,8 +34,6 @@
#ifndef OPENTHREAD_SPINEL_CONFIG_H_
#define OPENTHREAD_SPINEL_CONFIG_H_
#include "openthread-core-config.h"
/**
* @def OPENTHREAD_SPINEL_CONFIG_OPENTHREAD_MESSAGE_ENABLE
*