summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/play.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-04 13:13:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-04 13:13:10 +0000
commit0a1e9b2902d623aa616658fd900c5350586c4a0e (patch)
treeab8335fca398120884852defcecc212f4e13a03d /gui/mplayer/play.h
parent4ae9751ee6f141e6655178afdd19c7fcdf86a24e (diff)
downloadmpv-0a1e9b2902d623aa616658fd900c5350586c4a0e.tar.bz2
mpv-0a1e9b2902d623aa616658fd900c5350586c4a0e.tar.xz
Add missing config.h #include; remove a redundant one.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30204 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/mplayer/play.h')
-rw-r--r--gui/mplayer/play.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/mplayer/play.h b/gui/mplayer/play.h
index a96476e530..9e100f32fc 100644
--- a/gui/mplayer/play.h
+++ b/gui/mplayer/play.h
@@ -19,8 +19,6 @@
#ifndef MPLAYER_GUI_PLAY_H
#define MPLAYER_GUI_PLAY_H
-#include "config.h"
-
extern int mplGotoTheNext;
void mplEnd( void );