OSDN Git Service

swscale: remove unneeded include assert.h
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 19 Jul 2013 16:52:41 +0000 (18:52 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 19 Jul 2013 16:52:41 +0000 (18:52 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libswscale/input.c
libswscale/swscale.c
libswscale/x86/yuv2rgb.c

index 8016c30..919b232 100644 (file)
@@ -18,7 +18,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include <assert.h>
 #include <math.h>
 #include <stdint.h>
 #include <stdio.h>
index c5bba82..cec4288 100644 (file)
@@ -18,7 +18,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include <assert.h>
 #include <inttypes.h>
 #include <math.h>
 #include <stdio.h>
index 3938e6b..cceca49 100644 (file)
@@ -27,7 +27,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <inttypes.h>
-#include <assert.h>
 
 #include "config.h"
 #include "libswscale/rgb2rgb.h"