[Mplayerxp-cvslog] SF.net SVN: mplayerxp:[610] mplayerxp
Brought to you by:
olov
From: <nic...@us...> - 2012-12-27 17:51:51
|
Revision: 610 http://mplayerxp.svn.sourceforge.net/mplayerxp/?rev=610&view=rev Author: nickols_k Date: 2012-12-27 17:51:43 +0000 (Thu, 27 Dec 2012) Log Message: ----------- use forward declaration instead of #include Modified Paths: -------------- mplayerxp/libplaytree/playtree.cpp mplayerxp/mplayerxp.h Modified: mplayerxp/libplaytree/playtree.cpp =================================================================== --- mplayerxp/libplaytree/playtree.cpp 2012-12-27 17:43:45 UTC (rev 609) +++ mplayerxp/libplaytree/playtree.cpp 2012-12-27 17:51:43 UTC (rev 610) @@ -10,6 +10,7 @@ #include <errno.h> #include <time.h> #include "libmpstream2/stream.h" +#include "libmpconf/cfgparser.h" #include "playtree.h" #include "playtree_msg.h" Modified: mplayerxp/mplayerxp.h =================================================================== --- mplayerxp/mplayerxp.h 2012-12-27 17:43:45 UTC (rev 609) +++ mplayerxp/mplayerxp.h 2012-12-27 17:51:43 UTC (rev 610) @@ -2,6 +2,7 @@ #define __MPLAYERXP_MAIN 1 #include <string> +#include <map> #include <pthread.h> #include <stdint.h> @@ -10,13 +11,13 @@ #include "mpxp_config.h" #include "osdep/mplib.h" #include "xmpcore/xmp_enums.h" -#include "libmpconf/cfgparser.h" #include "libmpsub/subreader.h" #include "libao3/audio_out.h" #include "libvo2/video_out.h" struct audio_decoder_t; struct video_decoder_t; +struct m_config_t; namespace mpxp { struct _PlayTree_Iter; /* List of all modules which require protection by pin-code */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |