# HG changeset patch # User diego # Date 1175892478 0 # Node ID 3577c58d07c6f60ba337b25660ca0790e450471a # Parent f34e5d7782675835725a4a5c6a4476e76b7252f5 Remove useless #includes. diff -r f34e5d778267 -r 3577c58d07c6 Gui/mplayer/play.h --- 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 ); diff -r f34e5d778267 -r 3577c58d07c6 Gui/mplayer/widgets.c --- 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 #include "widgets.h" - -#include "./mplayer.h" #include "app.h" #include "wm/ws.h"