[MPlayer-cvslog] r30204 - in trunk/gui: cfg.h mplayer/play.h

diego subversion at mplayerhq.hu
Mon Jan 4 14:13:10 CET 2010


Author: diego
Date: Mon Jan  4 14:13:10 2010
New Revision: 30204

Log:
Add missing config.h #include; remove a redundant one.

Modified:
   trunk/gui/cfg.h
   trunk/gui/mplayer/play.h

Modified: trunk/gui/cfg.h
==============================================================================
--- trunk/gui/cfg.h	Mon Jan  4 14:05:52 2010	(r30203)
+++ trunk/gui/cfg.h	Mon Jan  4 14:13:10 2010	(r30204)
@@ -19,6 +19,8 @@
 #ifndef MPLAYER_GUI_CFG_H
 #define MPLAYER_GUI_CFG_H
 
+#include "config.h"
+
 extern int gtkEnableAudioEqualizer;
 
 extern int    gtkVfPP;

Modified: trunk/gui/mplayer/play.h
==============================================================================
--- trunk/gui/mplayer/play.h	Mon Jan  4 14:05:52 2010	(r30203)
+++ trunk/gui/mplayer/play.h	Mon Jan  4 14:13:10 2010	(r30204)
@@ -19,8 +19,6 @@
 #ifndef MPLAYER_GUI_PLAY_H
 #define MPLAYER_GUI_PLAY_H
 
-#include "config.h"
-
 extern int mplGotoTheNext;
 
 void mplEnd( void );


More information about the MPlayer-cvslog mailing list