]> git.sesse.net Git - vlc/blobdiff - plugins/dummy/intf_dummy.c
* Fixed a total breakage of decoder plugins introduced by fast_memcpy.
[vlc] / plugins / dummy / intf_dummy.c
index d9bf835ed5c4bf5b25e7243b3cd762129d5ae52d..352efe13311802b809f9fc8d4d90e85a14667bfd 100644 (file)
@@ -2,7 +2,7 @@
  * intf_dummy.c: dummy interface plugin
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: intf_dummy.c,v 1.11 2001/11/28 15:08:05 massiot Exp $
+ * $Id: intf_dummy.c,v 1.12 2001/12/07 18:33:07 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -32,7 +32,6 @@
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <string.h>
 
-#include "config.h"
 #include "common.h"
 #include "intf_msg.h"
 #include "threads.h"
@@ -43,8 +42,6 @@
 #include "interface.h"
 
 #include "modules.h"
-
-#include "main.h"
 #include "modules_export.h"
 
 /*****************************************************************************