comparison motion-test.c @ 8144:a0d64d63a131 libavcodec

remove useless mmx.h include
author bcoudurier
date Fri, 14 Nov 2008 02:49:23 +0000
parents 80103098c797
children 5b7d5a33a3e2
comparison
equal deleted inserted replaced
8143:f44191520adf 8144:a0d64d63a131
28 #include <string.h> 28 #include <string.h>
29 #include <sys/time.h> 29 #include <sys/time.h>
30 #include <unistd.h> 30 #include <unistd.h>
31 31
32 #include "dsputil.h" 32 #include "dsputil.h"
33
34 #include "i386/mmx.h"
35 33
36 #undef exit 34 #undef exit
37 #undef printf 35 #undef printf
38 #undef random 36 #undef random
39 37