mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:52:44 +01:00
sys/random: cleanup includes
This commit is contained in:
parent
1da26d5690
commit
368ab65d8a
@ -22,7 +22,6 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include "log.h"
|
||||
#include "luid.h"
|
||||
#include "random.h"
|
||||
#ifdef MODULE_PUF_SRAM
|
||||
#include "puf_sram.h"
|
||||
@ -31,7 +30,7 @@
|
||||
#include "periph/hwrng.h"
|
||||
#endif
|
||||
#ifdef MODULE_PERIPH_CPUID
|
||||
#include "periph/cpuid.h"
|
||||
#include "luid.h"
|
||||
#endif
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
|
Loading…
Reference in New Issue
Block a user