mirror of https://git.ffmpeg.org/ffmpeg.git
avutil/fifo, file: Remove unused headers
Forgotten in4105899245
,4c92fc02f8
. Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
9223c92c88
commit
8ca57fcf9e
|
@ -26,10 +26,6 @@
|
|||
#define AVUTIL_FIFO_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "attributes.h"
|
||||
#include "version.h"
|
||||
|
||||
/**
|
||||
* @defgroup lavu_fifo AVFifo
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "version.h"
|
||||
#include "attributes.h"
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue