Skip to content

Commit

Permalink
Merge pull request #11121 from haukepetersen/fix_random_includes
Browse files Browse the repository at this point in the history
sys/random: cleanup includes
  • Loading branch information
miri64 authored Mar 7, 2019
2 parents e288c9b + 368ab65 commit 87d0757
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sys/random/random.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include <stdint.h>

#include "log.h"
#include "luid.h"
#include "random.h"
#ifdef MODULE_PUF_SRAM
#include "puf_sram.h"
Expand All @@ -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)
Expand Down

0 comments on commit 87d0757

Please sign in to comment.