[include] remove include of core config file (#9417)

The core config file shouldn't be included in public API headers
because they will be included from high level project code (like
ot-br-posix) and the config file cannot be located if included here.
This commit is contained in:
Li Cao
2023-09-12 16:27:58 -07:00
committed by GitHub
parent d62167ee34
commit 694528a9b9
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ extern "C" {
* @note This number versions both OpenThread platform and user APIs.
*
*/
#define OPENTHREAD_API_VERSION (357)
#define OPENTHREAD_API_VERSION (358)
/**
* @addtogroup api-instance
-2
View File
@@ -35,8 +35,6 @@
#ifndef LINK_METRICS_H_
#define LINK_METRICS_H_
#include "openthread-core-config.h"
#include <openthread/ip6.h>
#include <openthread/message.h>
#include <openthread/platform/radio.h>