Commit 172ee1da authored by Mans Rullgard's avatar Mans Rullgard

random_seed: use proper #includes

Use <> for system headers, add needed math.h, drop unnecessary avutil.h.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 08e09ed7
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <math.h>
#include <time.h>
#include "timer.h" #include "timer.h"
#include "time.h"
#include "random_seed.h" #include "random_seed.h"
#include "avutil.h"
static int read_random(uint32_t *dst, const char *file) static int read_random(uint32_t *dst, const char *file)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment