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

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30204 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-01-04 13:13:10 +00:00
parent 4ae9751ee6
commit 0a1e9b2902
2 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,8 @@
#ifndef MPLAYER_GUI_CFG_H
#define MPLAYER_GUI_CFG_H
#include "config.h"
extern int gtkEnableAudioEqualizer;
extern int gtkVfPP;

View File

@ -19,8 +19,6 @@
#ifndef MPLAYER_GUI_PLAY_H
#define MPLAYER_GUI_PLAY_H
#include "config.h"
extern int mplGotoTheNext;
void mplEnd( void );