avformat/utils: remove unneeded #include, there are no assert() only av_assert*

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2015-01-30 11:17:50 +00:00
parent bc74f946bc
commit 43630c82f1
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#undef NDEBUG
#include <assert.h>
#include <stdarg.h>
#include <stdint.h>