]> git.sesse.net Git - vlc/blobdiff - plugins/gtk/gtk_open.c
* Fixed a total breakage of decoder plugins introduced by fast_memcpy.
[vlc] / plugins / gtk / gtk_open.c
index 9815c28fd331f4e9cafa0778810cadae3b86e9c3..48faf85aad3bf97a98771473a8d6f68abb793b64 100644 (file)
@@ -2,7 +2,7 @@
  * gtk_open.c : functions to handle file/disc/network open widgets.
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: gtk_open.c,v 1.10 2001/12/03 16:18:37 sam Exp $
+ * $Id: gtk_open.c,v 1.11 2001/12/07 18:33:07 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Stéphane Borel <stef@via.ecp.fr>
@@ -41,7 +41,6 @@
 
 #include <string.h>
 
-#include "config.h"
 #include "common.h"
 #include "intf_msg.h"
 #include "threads.h"
@@ -59,7 +58,6 @@
 #include "gtk_playlist.h"
 #include "intf_gtk.h"
 
-#include "main.h"
 #include "netutils.h"
 
 #include "modules_export.h"