diff mbox

[FFmpeg-devel,07/14] avformat/concatdec: Remove superfluous headers

Message ID 20191025180746.13725-7-andreas.rheinhardt@gmail.com
State New
Headers show

Commit Message

Andreas Rheinhardt Oct. 25, 2019, 6:07 p.m. UTC
50ed6e3c added several asserts and the relevant header to concatdec.c;
14e09244 removed these asserts, but forgot to remove the header.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
---
 libavformat/concatdec.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/libavformat/concatdec.c b/libavformat/concatdec.c
index b80294efbf..3d5f149e69 100644
--- a/libavformat/concatdec.c
+++ b/libavformat/concatdec.c
@@ -18,7 +18,6 @@ 
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "libavutil/avassert.h"
 #include "libavutil/avstring.h"
 #include "libavutil/bprint.h"
 #include "libavutil/intreadwrite.h"