mirror of
https://github.com/espressif/openthread.git
synced 2026-09-13 20:50:05 +00:00
Change the #include header file style under core/utils (#1872)
This commit is contained in:
committed by
Jonathan Hui
parent
ce8ca59c7a
commit
decf6b5cf6
@@ -31,13 +31,19 @@
|
||||
* This file implements the child supervision feature.
|
||||
*/
|
||||
|
||||
#ifdef OPENTHREAD_CONFIG_FILE
|
||||
#include OPENTHREAD_CONFIG_FILE
|
||||
#else
|
||||
#include <openthread-config.h>
|
||||
#endif
|
||||
|
||||
#include "openthread/openthread.h"
|
||||
#include "child_supervision.hpp"
|
||||
|
||||
#include <common/code_utils.hpp>
|
||||
#include <common/logging.hpp>
|
||||
#include <utils/child_supervision.hpp>
|
||||
#include <thread/thread_netif.hpp>
|
||||
#include <openthread/openthread.h>
|
||||
|
||||
#include "common/code_utils.hpp"
|
||||
#include "common/logging.hpp"
|
||||
#include "thread/thread_netif.hpp"
|
||||
|
||||
namespace ot {
|
||||
namespace Utils {
|
||||
|
||||
@@ -41,11 +41,11 @@
|
||||
#include <openthread-config.h>
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#include <common/timer.hpp>
|
||||
#include <common/message.hpp>
|
||||
#include <mac/mac_frame.hpp>
|
||||
#include <thread/topology.hpp>
|
||||
#include "common/message.hpp"
|
||||
#include "common/timer.hpp"
|
||||
#include "mac/mac_frame.hpp"
|
||||
#include "thread/topology.hpp"
|
||||
#include "utils/wrap_stdint.h"
|
||||
|
||||
namespace ot {
|
||||
|
||||
|
||||
@@ -40,9 +40,8 @@
|
||||
#include <openthread-config.h>
|
||||
#endif
|
||||
|
||||
#include "utils/wrap_stdint.h"
|
||||
|
||||
#include "common/timer.hpp"
|
||||
#include "utils/wrap_stdint.h"
|
||||
|
||||
namespace ot {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user