]> git.sesse.net Git - vlc/blobdiff - src/video_decoder/vdec_motion.c
* Borrowed LiViD's MMX and MMX EXT IDCT.
[vlc] / src / video_decoder / vdec_motion.c
index 2ac53840b7301ef643bb573253801200e9d4c929..686381d2a5414f6fd83101000d1c1231245f8937 100644 (file)
@@ -2,7 +2,7 @@
  * vdec_motion.c : motion compensation routines
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: vdec_motion.c,v 1.34 2001/01/05 14:46:37 sam Exp $
+ * $Id: vdec_motion.c,v 1.35 2001/01/05 18:46:44 massiot Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *          Jean-Marc Dressler <polux@via.ecp.fr>
@@ -28,9 +28,6 @@
  *****************************************************************************/
 #include "defs.h"
 
-#include <sys/types.h>                        /* on BSD, uio.h needs types.h */
-#include <sys/uio.h>                                          /* for input.h */
-
 #include "config.h"
 #include "common.h"
 #include "threads.h"