mirror of
https://github.com/espressif/openthread.git
synced 2026-08-20 01:19:51 +00:00
[entropy] fix included headers in public API (#3840)
This commit is contained in:
committed by
Jonathan Hui
parent
20aedd3dd4
commit
32eead3290
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user