# HG changeset patch # User diego # Date 1262610790 0 # Node ID 00c9187792613368e3f04331017c9a41bf7ca81e # Parent c81c29a219fab219c4033f3775415bca647561e6 Add missing config.h #include; remove a redundant one. diff -r c81c29a219fa -r 00c918779261 gui/cfg.h --- a/gui/cfg.h Mon Jan 04 13:05:52 2010 +0000 +++ b/gui/cfg.h Mon Jan 04 13:13:10 2010 +0000 @@ -19,6 +19,8 @@ #ifndef MPLAYER_GUI_CFG_H #define MPLAYER_GUI_CFG_H +#include "config.h" + extern int gtkEnableAudioEqualizer; extern int gtkVfPP; diff -r c81c29a219fa -r 00c918779261 gui/mplayer/play.h --- a/gui/mplayer/play.h Mon Jan 04 13:05:52 2010 +0000 +++ b/gui/mplayer/play.h Mon Jan 04 13:13:10 2010 +0000 @@ -19,8 +19,6 @@ #ifndef MPLAYER_GUI_PLAY_H #define MPLAYER_GUI_PLAY_H -#include "config.h" - extern int mplGotoTheNext; void mplEnd( void );