Apply #include code style. (#1723)

This commit is contained in:
Jonathan Hui
2017-05-05 11:28:29 -07:00
committed by GitHub
parent 7e50d1a668
commit fbfd76a990
295 changed files with 1465 additions and 1336 deletions
+8 -5
View File
@@ -27,12 +27,15 @@
*/
#include <ctype.h>
#include <openthread/openthread.h>
#include "openthread-instance.h"
#include "common/code_utils.hpp"
#include "common/message.hpp"
#include "ncp/ncp_buffer.hpp"
#include "test_util.h"
#include "openthread/openthread.h"
#include <openthread-instance.h>
#include <common/code_utils.hpp>
#include <common/message.hpp>
#include <ncp/ncp_buffer.hpp>
namespace ot {