summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/sw.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-12 16:03:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-12 16:03:07 +0000
commita1a1bd5e31f948eed5c83d3d84cc843209e60669 (patch)
tree439bbd19c6d386e31166ce2c636dcf7cde11655f /gui/mplayer/sw.c
parentaa5ecdffd5e03ae9002d2a38ac3306c2d63a3fa7 (diff)
downloadmpv-a1a1bd5e31f948eed5c83d3d84cc843209e60669.tar.bz2
mpv-a1a1bd5e31f948eed5c83d3d84cc843209e60669.tar.xz
Make include paths consistent; do not use ../ in them.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26414 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/mplayer/sw.c')
-rw-r--r--gui/mplayer/sw.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/mplayer/sw.c b/gui/mplayer/sw.c
index d4387c3472..c1ce6f3449 100644
--- a/gui/mplayer/sw.c
+++ b/gui/mplayer/sw.c
@@ -4,13 +4,13 @@
#include <inttypes.h>
#include <string.h>
-#include "../config.h"
-#include "../libvo/x11_common.h"
+#include "config.h"
+#include "libvo/x11_common.h"
+#include "help_mp.h"
#include "gmplayer.h"
#include "gui/app.h"
#include "gui/interface.h"
-#include "../help_mp.h"
#include "widgets.h"
int mplSubRender = 0;