1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

removed redundant includes

Originally committed as revision 1416 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2003-01-07 18:15:14 +00:00
parent 923ceff8ef
commit 15e35d0d42

View File

@ -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"