diff options
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 |