From 1fd91df1ea9c0574c9fdbfb0684011411a0e8486 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 8 Dec 2005 22:12:57 +0000 Subject: Unify include paths, -I.. is in CFLAGS. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17145 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/mplayer/gtk/pl.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Gui/mplayer/gtk/pl.c') diff --git a/Gui/mplayer/gtk/pl.c b/Gui/mplayer/gtk/pl.c index 19d23d6f1a..1ae6989aa8 100644 --- a/Gui/mplayer/gtk/pl.c +++ b/Gui/mplayer/gtk/pl.c @@ -10,11 +10,11 @@ #include #include -#include "../../../config.h" -#include "../../../help_mp.h" -#include "../../libmpdemux/stream.h" +#include "../../config.h" +#include "../../help_mp.h" +#include "../libmpdemux/stream.h" -#include "../../interface.h" +#include "../interface.h" #include "../widgets.h" #include "pl.h" #include "common.h" -- cgit v1.2.3