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:
parent
923ceff8ef
commit
15e35d0d42
@ -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…
Reference in New Issue
Block a user