diff options
author | Paul B Mahol <[email protected]> | 2015-01-30 11:17:50 +0000 |
---|---|---|
committer | Paul B Mahol <[email protected]> | 2015-01-31 08:57:06 +0000 |
commit | 43630c82f1b0a774ba33b07e7723791520828f1d (patch) | |
tree | 701b5ec349a07bb24d443c69f6158a25a5d33963 /libavformat/utils.c | |
parent | bc74f946bc9499c9eec52e54ee7a6c887ff54003 (diff) |
avformat/utils: remove unneeded #include, there are no assert() only av_assert*
Signed-off-by: Paul B Mahol <[email protected]>
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r-- | libavformat/utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index f6df49bf0f..81c7a0dd6e 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -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> |