avformat/avio: Don't include common.h

Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2021-07-30 14:20:23 +02:00
parent 8ef03c2ff1
commit 12a540352b
1 changed files with 2 additions and 1 deletions

View File

@ -27,8 +27,9 @@
*/
#include <stdint.h>
#include <stdio.h>
#include "libavutil/common.h"
#include "libavutil/attributes.h"
#include "libavutil/dict.h"
#include "libavutil/log.h"