diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-04-12 16:03:07 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-04-12 16:03:07 +0000 |
commit | a1a1bd5e31f948eed5c83d3d84cc843209e60669 (patch) | |
tree | 439bbd19c6d386e31166ce2c636dcf7cde11655f /gui/wm | |
parent | aa5ecdffd5e03ae9002d2a38ac3306c2d63a3fa7 (diff) |
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/wm')
-rw-r--r-- | gui/wm/ws.c | 22 | ||||
-rw-r--r-- | gui/wm/wsxdnd.c | 4 |
2 files changed, 13 insertions, 13 deletions
diff --git a/gui/wm/ws.c b/gui/wm/ws.c index 3149354631..f7091672e0 100644 --- a/gui/wm/ws.c +++ b/gui/wm/ws.c @@ -18,19 +18,19 @@ #include <inttypes.h> -#include "../config.h" -#include "../libvo/x11_common.h" -#include "../libvo/video_out.h" +#include "config.h" +#include "libvo/x11_common.h" +#include "libvo/video_out.h" +#include "cpudetect.h" +#include "libswscale/swscale.h" +#include "libswscale/rgb2rgb.h" +#include "libmpcodecs/vf_scale.h" +#include "mp_msg.h" +#include "help_mp.h" +#include "mplayer.h" +#include "mpbswap.h" #include "ws.h" #include "wsxdnd.h" -#include "../cpudetect.h" -#include "../libswscale/swscale.h" -#include "../libswscale/rgb2rgb.h" -#include "../libmpcodecs/vf_scale.h" -#include "../mp_msg.h" -#include "../help_mp.h" -#include "../mplayer.h" -#include "../mpbswap.h" #include <X11/extensions/XShm.h> #ifdef HAVE_XSHAPE diff --git a/gui/wm/wsxdnd.c b/gui/wm/wsxdnd.c index c3029ae591..976fd66b59 100644 --- a/gui/wm/wsxdnd.c +++ b/gui/wm/wsxdnd.c @@ -11,8 +11,8 @@ #include <X11/Xatom.h> -#include "../mp_msg.h" -#include "../help_mp.h" +#include "mp_msg.h" +#include "help_mp.h" #define XDND_VERSION 3L |