summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-07-19 18:55:28 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-07-19 18:55:49 +0200
commitca857c86bdd3947de956eedcbb40349f6b570442 (patch)
tree7a6be643fae69c17cb037dc30f2f8bd3d2d121de /tests
parent8589d7a61c56e35c0d6b662463615208476c4f31 (diff)
tests/tiny_psnr: remove unneeded include assert.h
This is the only such occurance on tests/ Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/tiny_psnr.c1
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"