[style] IWYU for border_agent_tracker.h (#12131)

This commit is contained in:
Suvesh Pratapa
2025-11-10 17:41:11 -05:00
committed by GitHub
parent bbf2588a56
commit 2fd9b5a8d7
2 changed files with 5 additions and 1 deletions
@@ -35,8 +35,12 @@
#ifndef OPENTHREAD_BORDER_AGENT_TRACKER_H_
#define OPENTHREAD_BORDER_AGENT_TRACKER_H_
#include <stdbool.h>
#include <stdint.h>
#include <openthread/error.h>
#include <openthread/instance.h>
#include <openthread/ip6.h>
#ifdef __cplusplus
extern "C" {
+1 -1
View File
@@ -52,7 +52,7 @@ extern "C" {
*
* @note This number versions both OpenThread platform and user APIs.
*/
#define OPENTHREAD_API_VERSION (548)
#define OPENTHREAD_API_VERSION (549)
/**
* @addtogroup api-instance