mirror of
https://github.com/espressif/openthread.git
synced 2026-09-07 09:40:12 +00:00
Move openthread-types.h to openthread/types.h.
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
#ifndef CLI_CONSOLE_HPP_
|
||||
#define CLI_CONSOLE_HPP_
|
||||
|
||||
#include <openthread-types.h>
|
||||
#include "openthread/cli.h"
|
||||
|
||||
#include <cli/cli_server.hpp>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#ifndef CLI_SERVER_HPP_
|
||||
#define CLI_SERVER_HPP_
|
||||
|
||||
#include <openthread-types.h>
|
||||
#include "openthread/types.h"
|
||||
|
||||
namespace Thread {
|
||||
namespace Cli {
|
||||
|
||||
@@ -34,7 +34,8 @@
|
||||
#ifndef CLI_UART_HPP_
|
||||
#define CLI_UART_HPP_
|
||||
|
||||
#include <openthread-types.h>
|
||||
#include "openthread/types.h"
|
||||
|
||||
#include <cli/cli_server.hpp>
|
||||
#include <common/tasklet.hpp>
|
||||
|
||||
|
||||
+2
-1
@@ -34,7 +34,8 @@
|
||||
#ifndef CLI_UDP_HPP_
|
||||
#define CLI_UDP_HPP_
|
||||
|
||||
#include <openthread-types.h>
|
||||
#include "openthread/types.h"
|
||||
|
||||
#include <cli/cli_server.hpp>
|
||||
|
||||
namespace Thread {
|
||||
|
||||
Reference in New Issue
Block a user