summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/gtk/opts.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/mplayer/gtk/opts.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/mplayer/gtk/opts.c')
-rw-r--r--Gui/mplayer/gtk/opts.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/Gui/mplayer/gtk/opts.c b/Gui/mplayer/gtk/opts.c
index f940f65862..01974b05ae 100644
--- a/Gui/mplayer/gtk/opts.c
+++ b/Gui/mplayer/gtk/opts.c
@@ -7,15 +7,15 @@
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
-#include "../../../config.h"
-#include "../../../help_mp.h"
-#include "../../../mixer.h"
-#include "../../../libao2/audio_out.h"
-#include "../../../libvo/video_out.h"
-
-#include "../../app.h"
-#include "../../cfg.h"
-#include "../../interface.h"
+#include "../../config.h"
+#include "../../help_mp.h"
+#include "../../mixer.h"
+#include "../../libao2/audio_out.h"
+#include "../../libvo/video_out.h"
+
+#include "../app.h"
+#include "../cfg.h"
+#include "../interface.h"
#include "../widgets.h"
#include "opts.h"
#include "fs.h"
@@ -25,8 +25,8 @@ typedef struct sh_video_t sh_video_t;
typedef struct sh_audio_t sh_audio_t;
// for mpcodecs_[av]d_drivers:
-#include "../../../libmpcodecs/vd.h"
-#include "../../../libmpcodecs/ad.h"
+#include "../../libmpcodecs/vd.h"
+#include "../../libmpcodecs/ad.h"
GtkWidget * Preferences = NULL;
static GtkWidget * AConfig;