summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-07-19 18:52:41 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-07-19 18:52:41 +0200
commit6d323ff57af2a9cf51b0668240fcb11b0fa21fc0 (patch)
treecf237f8983cc4c3e74b8845d464037605308b2ab /libswscale/swscale.c
parentdb33010483a024f1343bfb516415fe9ef77e82d9 (diff)
swscale: remove unneeded include assert.h
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/swscale.c')
-rw-r--r--libswscale/swscale.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index c5bba82e88..cec428847b 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.c
@@ -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>