From 1373923ddf3ef0ec9f7ec2ad673bb0c3ae5e9aa9 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 20 Oct 2011 00:29:21 +0200 Subject: [PATCH] v210dec: remove debuging #include Signed-off-by: Michael Niedermayer --- libavcodec/v210dec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/v210dec.c b/libavcodec/v210dec.c index 4f40e0872f..68dbd3753a 100644 --- a/libavcodec/v210dec.c +++ b/libavcodec/v210dec.c @@ -24,7 +24,6 @@ #include "avcodec.h" #include "v210dec.h" #include "libavutil/bswap.h" -#include "libavutil/x86/timer.h" #define READ_PIXELS(a, b, c) \ do { \