Add missing config.h #include; remove a redundant one.
author |
diego |
date |
Mon, 04 Jan 2010 13:13:10 +0000 |
parents |
c81c29a219fa |
children |
257ef2adfd66 |
files |
gui/cfg.h gui/mplayer/play.h |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- 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;
--- 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 );