]> git.sesse.net Git - vlc/commitdiff
* removed an useless inclusion
authorLoïc Minier <lool@videolan.org>
Fri, 10 Jan 2003 10:01:47 +0000 (10:01 +0000)
committerLoïc Minier <lool@videolan.org>
Fri, 10 Jan 2003 10:01:47 +0000 (10:01 +0000)
modules/gui/gtk/open.c

index 2b63299290c56969664d6e4ee24f131b9c815b18..d4d23f5417621bcce08c709ec2a9fb842390643c 100644 (file)
@@ -2,7 +2,7 @@
  * gtk_open.c : functions to handle file/disc/network open widgets.
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: open.c,v 1.4 2002/11/25 12:19:04 sam Exp $
+ * $Id: open.c,v 1.5 2003/01/10 10:01:47 lool Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Stéphane Borel <stef@via.ecp.fr>
@@ -43,7 +43,6 @@
 #include "gtk_interface.h"
 #include "gtk_support.h"
 
-#include "playlist.h"
 #include "common.h"
 
 #include "netutils.h"