mirror of https://github.com/mpv-player/mpv
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:
parent
4ae9751ee6
commit
0a1e9b2902
|
@ -19,6 +19,8 @@
|
|||
#ifndef MPLAYER_GUI_CFG_H
|
||||
#define MPLAYER_GUI_CFG_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
extern int gtkEnableAudioEqualizer;
|
||||
|
||||
extern int gtkVfPP;
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
#ifndef MPLAYER_GUI_PLAY_H
|
||||
#define MPLAYER_GUI_PLAY_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
extern int mplGotoTheNext;
|
||||
|
||||
void mplEnd( void );
|
||||
|
|
Loading…
Reference in New Issue