summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gui_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer/gui_common.c')
-rw-r--r--gui/mplayer/gui_common.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/gui/mplayer/gui_common.c b/gui/mplayer/gui_common.c
index c57fab9eeb..695605e4c0 100644
--- a/gui/mplayer/gui_common.c
+++ b/gui/mplayer/gui_common.c
@@ -13,19 +13,19 @@
#include "gui/skin/skin.h"
#include "gui/wm/ws.h"
-#include "../config.h"
-#include "../help_mp.h"
-#include "../libvo/x11_common.h"
+#include "config.h"
+#include "help_mp.h"
+#include "libvo/x11_common.h"
-#include "../stream/stream.h"
-#include "../mixer.h"
-#include "../libvo/sub.h"
+#include "stream/stream.h"
+#include "mixer.h"
+#include "libvo/sub.h"
-#include "../libmpdemux/demuxer.h"
-#include "../libmpdemux/stheader.h"
-#include "../codec-cfg.h"
-#include "../access_mpcontext.h"
-#include "../libavutil/avstring.h"
+#include "libmpdemux/demuxer.h"
+#include "libmpdemux/stheader.h"
+#include "codec-cfg.h"
+#include "access_mpcontext.h"
+#include "libavutil/avstring.h"
#include "play.h"