From: Diego Biurrun Date: Sat, 14 Feb 2009 17:52:30 +0000 (+0000) Subject: Replace useless X11 #includes by the one that actually provides the required X-Git-Tag: v0.5~502 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c97dffbc94b8c30960318dd0aa2bab4749dfb1af;p=platform%2Fupstream%2Flibav.git Replace useless X11 #includes by the one that actually provides the required declarations of XvMCMacroBlock and XvMCSurface. Originally committed as revision 17250 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index 347d2142e..769816adf 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -21,12 +21,7 @@ #ifndef AVCODEC_XVMC_H #define AVCODEC_XVMC_H -#include -#include -#include -#include -#include -#include +#include #include "avcodec.h"