]> git.sesse.net Git - vlc/blobdiff - plugins/motion/motion.c
* COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground
[vlc] / plugins / motion / motion.c
index fc5496794fff2a24e6c92816c38fbdf7d9cff4a5..762f9cabf6dcd9bda4719f02ab98f20e2c7273fc 100644 (file)
@@ -2,7 +2,7 @@
  * motion.c : C motion compensation module for vlc
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: motion.c,v 1.11 2001/11/28 15:08:05 massiot Exp $
+ * $Id: motion.c,v 1.12 2001/12/09 17:01:36 sam Exp $
  *
  * Authors: Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
  *          Michel Lespinasse <walken@zoy.org>
@@ -33,7 +33,6 @@
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <string.h>
 
-#include "config.h"
 #include "common.h"                                     /* boolean_t, byte_t */
 #include "intf_msg.h"
 #include "threads.h"