removed redundant includes

Originally committed as revision 1416 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Fabrice Bellard 22 years ago
parent 923ceff8ef
commit 15e35d0d42
  1. 3
      libavcodec/ppc/mpegvideo_ppc.c

@ -16,10 +16,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <time.h>
#include "../../config.h"
#include "../dsputil.h"
#include "../mpegvideo.h"
#include <time.h>
#ifdef HAVE_ALTIVEC
#include "dsputil_altivec.h"

Loading…
Cancel
Save