diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-07-19 18:56:33 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-19 18:56:33 +0200 |
commit | 56123fc721b16263a7076fab2db8954fa171e51d (patch) | |
tree | 3225252fb230dbe1c53fe8c810fc0e4bfd013e5b | |
parent | ca857c86bdd3947de956eedcbb40349f6b570442 (diff) | |
download | ffmpeg-56123fc721b16263a7076fab2db8954fa171e51d.tar.gz |
avutil/softfloat: remove unneeded include assert.h
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavutil/softfloat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/softfloat.c b/libavutil/softfloat.c index efa0420b4f..bf9cfda33a 100644 --- a/libavutil/softfloat.c +++ b/libavutil/softfloat.c @@ -20,7 +20,6 @@ #include <inttypes.h> #include <stdio.h> -#include <assert.h> #include "softfloat.h" #include "common.h" #include "log.h" |