summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-08 22:12:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-08 22:12:57 +0000
commit1fd91df1ea9c0574c9fdbfb0684011411a0e8486 (patch)
treecf20adcfd7cd0a0e45ca95d244523f9082034d05 /Gui/cfg.c
parente26849cee04b7be6e65d18f4fc93c407ca75b946 (diff)
downloadmpv-1fd91df1ea9c0574c9fdbfb0684011411a0e8486.tar.bz2
mpv-1fd91df1ea9c0574c9fdbfb0684011411a0e8486.tar.xz
Unify include paths, -I.. is in CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17145 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/cfg.c')
-rw-r--r--Gui/cfg.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/Gui/cfg.c b/Gui/cfg.c
index f7d2a68b3f..a2d6aeaa34 100644
--- a/Gui/cfg.c
+++ b/Gui/cfg.c
@@ -3,15 +3,15 @@
#include <stdio.h>
#include <string.h>
-#include "../config.h"
-#include "../mp_msg.h"
-#include "../help_mp.h"
-#include "../mixer.h"
-#include "../mplayer.h"
-#include "../m_config.h"
-#include "../m_option.h"
-
-#include "../../libvo/video_out.h"
+#include "config.h"
+#include "mp_msg.h"
+#include "help_mp.h"
+#include "mixer.h"
+#include "mplayer.h"
+#include "m_config.h"
+#include "m_option.h"
+
+#include "libvo/video_out.h"
#include "cfg.h"
#include "app.h"