1
0
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:
Hauke Petersen 2019-03-07 10:22:10 +01:00
parent 1da26d5690
commit 368ab65d8a

View File

@ -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)