mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
random_seed: use proper #includes
Use <> for system headers, add needed math.h, drop unnecessary avutil.h. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@ -20,10 +20,10 @@
|
||||
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
#include "timer.h"
|
||||
#include "time.h"
|
||||
#include "random_seed.h"
|
||||
#include "avutil.h"
|
||||
|
||||
static int read_random(uint32_t *dst, const char *file)
|
||||
{
|
||||
|
Reference in New Issue
Block a user