]> git.sesse.net Git - vlc/blobdiff - src/misc/modules.c
* Fixed a total breakage of decoder plugins introduced by fast_memcpy.
[vlc] / src / misc / modules.c
index 45168731c909b146e55ca09600690c4c6c075d75..46c550910c964b5679c93f3e39c9915726b3429d 100644 (file)
@@ -2,7 +2,7 @@
  * modules.c : Built-in and plugin modules management functions
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: modules.c,v 1.43 2001/11/28 15:08:06 massiot Exp $
+ * $Id: modules.c,v 1.44 2001/12/07 18:33:08 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Ethan C. Baldridge <BaldridgeE@cadmus.com>
@@ -23,8 +23,6 @@
  *****************************************************************************/
 #include "defs.h"
 
-#include "config.h"
-
 /* Some faulty libcs have a broken struct dirent when _FILE_OFFSET_BITS
  * is set to 64. Don't try to be cleverer. */
 #ifdef _FILE_OFFSET_BITS
@@ -88,8 +86,6 @@
 #include "modules_builtin.h"
 #include "modules_export.h"
 
-#include "main.h"
-
 /*****************************************************************************
  * Local prototypes
  *****************************************************************************/