From 477f4efd0f1ce4527940b5d9ac90aa31f4298282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sun, 26 May 2013 15:48:12 +0200 Subject: [PATCH] lavf/swf: remove unused assert include. --- libavformat/swf.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavformat/swf.h b/libavformat/swf.h index b9722c1c9a..c1667b3c24 100644 --- a/libavformat/swf.h +++ b/libavformat/swf.h @@ -120,9 +120,6 @@ enum { #define VIDEO_ID 0 #define SHAPE_ID 1 -#undef NDEBUG -#include - typedef struct SWFContext { int64_t duration_pos; int64_t tag_pos;