projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
923ceff
)
removed redundant includes
author
Fabrice Bellard
<fabrice@bellard.org>
Tue, 7 Jan 2003 18:15:14 +0000
(18:15 +0000)
committer
Fabrice Bellard
<fabrice@bellard.org>
Tue, 7 Jan 2003 18:15:14 +0000
(18:15 +0000)
Originally committed as revision 1416 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ppc/mpegvideo_ppc.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/ppc/mpegvideo_ppc.c
b/libavcodec/ppc/mpegvideo_ppc.c
index
1f5e5a4
..
58c83f3
100644
(file)
--- a/
libavcodec/ppc/mpegvideo_ppc.c
+++ b/
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"