[include] fix #include style for public OT headers (#10710)

This commit updates `#include` of public OT headers to follow
the OT style guide and use brace (`<`) and (`>`) style.
This commit is contained in:
Abtin Keshavarzian
2024-09-17 12:13:34 -07:00
committed by GitHub
parent 94a6bfaae6
commit 4a57dd8e09
14 changed files with 17 additions and 17 deletions
+3 -2
View File
@@ -32,10 +32,11 @@
#include <stdio.h>
#include <stdlib.h>
#include <openthread/error.h>
#include <openthread/tcat.h>
#include <openthread/platform/ble.h>
#include "openthread/error.h"
#include "openthread/tcat.h"
#include "utils/code_utils.h"
#define PLAT_BLE_MSG_DATA_MAX 2048