changeset 22906:3577c58d07c6

Remove useless #includes.
author diego
date Fri, 06 Apr 2007 20:47:58 +0000
parents f34e5d778267
children 8c2056711a2a
files Gui/mplayer/play.h Gui/mplayer/widgets.c
diffstat 2 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/mplayer/play.h	Fri Apr 06 20:37:43 2007 +0000
+++ b/Gui/mplayer/play.h	Fri Apr 06 20:47:58 2007 +0000
@@ -4,8 +4,6 @@
 
 #include "../config.h"
 
-#include "./mplayer.h"
-
 extern int mplGotoTheNext;
 
 extern void mplEnd( void );
--- a/Gui/mplayer/widgets.c	Fri Apr 06 20:37:43 2007 +0000
+++ b/Gui/mplayer/widgets.c	Fri Apr 06 20:47:58 2007 +0000
@@ -16,8 +16,6 @@
 #include <gtk/gtk.h>
 
 #include "widgets.h"
-
-#include "./mplayer.h"
 #include "app.h"
 #include "wm/ws.h"