diff options
Diffstat (limited to 'lib/rand.c')
-rw-r--r-- | lib/rand.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rand.c b/lib/rand.c index d256baf5ce..d6f2977e8d 100644 --- a/lib/rand.c +++ b/lib/rand.c @@ -7,7 +7,6 @@ * Michael Walle <michael@walle.cc> */ -#include <common.h> #include <rand.h> static unsigned int y = 1U; |