summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-06 20:37:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-06 20:37:15 +0000
commit6ff36292058e15581c736403e49815eac30f1cbc (patch)
tree1f761c397fe74e27341d76b2feb28beb48682495 /Gui
parent60ecafec694c15ce55b0b7e7ba14815ee1c40202 (diff)
downloadmpv-6ff36292058e15581c736403e49815eac30f1cbc.tar.bz2
mpv-6ff36292058e15581c736403e49815eac30f1cbc.tar.xz
Consistent include paths for config.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22922 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/mplayer/play.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/play.h b/Gui/mplayer/play.h
index 60317cd479..97810e3be9 100644
--- a/Gui/mplayer/play.h
+++ b/Gui/mplayer/play.h
@@ -2,7 +2,7 @@
#ifndef __GUI_PLAY_H
#define __GUI_PLAY_H
-#include "../../config.h"
+#include "../config.h"
#include "./mplayer.h"