diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-07-19 18:55:28 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-19 18:55:49 +0200 |
commit | ca857c86bdd3947de956eedcbb40349f6b570442 (patch) | |
tree | 7a6be643fae69c17cb037dc30f2f8bd3d2d121de | |
parent | 8589d7a61c56e35c0d6b662463615208476c4f31 (diff) | |
download | ffmpeg-ca857c86bdd3947de956eedcbb40349f6b570442.tar.gz |
tests/tiny_psnr: remove unneeded include assert.h
This is the only such occurance on tests/
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | tests/tiny_psnr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tiny_psnr.c b/tests/tiny_psnr.c index 264aa4d169..5d010650fc 100644 --- a/tests/tiny_psnr.c +++ b/tests/tiny_psnr.c @@ -22,7 +22,6 @@ #include <stdlib.h> #include <string.h> #include <inttypes.h> -#include <assert.h> #include "libavutil/intfloat.h" |