comparison gui/mplayer/play.h @ 30162:00c918779261

Add missing config.h #include; remove a redundant one.
author diego
date Mon, 04 Jan 2010 13:13:10 +0000
parents 9e739bdb049c
children dd3b365972a4
comparison
equal deleted inserted replaced
30161:c81c29a219fa 30162:00c918779261
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 */ 17 */
18 18
19 #ifndef MPLAYER_GUI_PLAY_H 19 #ifndef MPLAYER_GUI_PLAY_H
20 #define MPLAYER_GUI_PLAY_H 20 #define MPLAYER_GUI_PLAY_H
21
22 #include "config.h"
23 21
24 extern int mplGotoTheNext; 22 extern int mplGotoTheNext;
25 23
26 void mplEnd( void ); 24 void mplEnd( void );
27 void mplFullScreen( void ); 25 void mplFullScreen( void );