Commit 99b5956a authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avutil/audio_fifo: Avoid avutil.h inclusion

Reviewed-by: 's avatarMartin Storsjö <martin@martin.st>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 321a3c24
......@@ -24,10 +24,13 @@
* Audio FIFO
*/
#include "avutil.h"
#include <limits.h>
#include <stddef.h>
#include "audio_fifo.h"
#include "common.h"
#include "error.h"
#include "fifo.h"
#include "macros.h"
#include "mem.h"
#include "samplefmt.h"
......
......@@ -27,7 +27,7 @@
#ifndef AVUTIL_AUDIO_FIFO_H
#define AVUTIL_AUDIO_FIFO_H
#include "avutil.h"
#include "attributes.h"
#include "samplefmt.h"
/**
......
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