Move openthread-types.h to openthread/types.h.

This commit is contained in:
Jonathan Hui
2017-03-02 10:24:55 -08:00
parent da35770140
commit 075bff327c
125 changed files with 169 additions and 127 deletions
-1
View File
@@ -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>
+1 -1
View File
@@ -34,7 +34,7 @@
#ifndef CLI_SERVER_HPP_
#define CLI_SERVER_HPP_
#include <openthread-types.h>
#include "openthread/types.h"
namespace Thread {
namespace Cli {
+2 -1
View File
@@ -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
View File
@@ -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 {