changeset 974:5c4cefa5d068 libavcodec

removed redundant includes
author bellard
date Tue, 07 Jan 2003 18:15:14 +0000
parents e2c119417470
children e05d525505c5
files ppc/mpegvideo_ppc.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ppc/mpegvideo_ppc.c	Tue Jan 07 17:48:14 2003 +0000
+++ b/ppc/mpegvideo_ppc.c	Tue Jan 07 18:15:14 2003 +0000
@@ -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"