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
+7 -5
View File
@@ -26,13 +26,15 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "test_util.h"
#include "openthread/openthread.h"
#include <common/debug.hpp>
#include "utils/wrap_string.h"
#include <crypto/hmac_sha256.hpp>
#include <crypto/mbedtls.hpp>
#include <openthread/openthread.h>
#include "common/debug.hpp"
#include "crypto/hmac_sha256.hpp"
#include "crypto/mbedtls.hpp"
#include "test_util.h"
#ifndef OPENTHREAD_MULTIPLE_INSTANCE
static ot::Crypto::MbedTls mMbedTls;