[entropy] fix included headers in public API (#3840)

This commit is contained in:
Kamil Sroka
2019-05-20 08:57:28 -07:00
committed by Jonathan Hui
parent 20aedd3dd4
commit 32eead3290
3 changed files with 2 additions and 10 deletions
-4
View File
@@ -35,10 +35,6 @@
#ifndef OPENTHREAD_ENTROPY_H_
#define OPENTHREAD_ENTROPY_H_
#include "openthread-core-config.h"
#include "utils/wrap_stdint.h"
#include <mbedtls/entropy.h>
#ifdef __cplusplus
+1 -3
View File
@@ -35,9 +35,7 @@
#ifndef OPENTHREAD_RANDOM_CRYPTO_H_
#define OPENTHREAD_RANDOM_CRYPTO_H_
#include "openthread-core-config.h"
#include "utils/wrap_stdint.h"
#include <stdint.h>
#include <mbedtls/ctr_drbg.h>
#include <openthread/error.h>
+1 -3
View File
@@ -35,9 +35,7 @@
#ifndef OPENTHREAD_RANDOM_H_
#define OPENTHREAD_RANDOM_H_
#include "openthread-core-config.h"
#include "utils/wrap_stdint.h"
#include <stdint.h>
#ifdef __cplusplus
extern "C" {