Mercurial > mplayer.hg
comparison gui/wm/ws.c @ 26382:b2f4abcf20ed
Make include paths consistent; do not use ../ in them.
author | diego |
---|---|
date | Sat, 12 Apr 2008 16:03:07 +0000 |
parents | 1cb14b091f46 |
children | b0a7b35b78d2 |
comparison
equal
deleted
inserted
replaced
26381:4617c374f752 | 26382:b2f4abcf20ed |
---|---|
16 #include <unistd.h> | 16 #include <unistd.h> |
17 #include <errno.h> | 17 #include <errno.h> |
18 | 18 |
19 #include <inttypes.h> | 19 #include <inttypes.h> |
20 | 20 |
21 #include "../config.h" | 21 #include "config.h" |
22 #include "../libvo/x11_common.h" | 22 #include "libvo/x11_common.h" |
23 #include "../libvo/video_out.h" | 23 #include "libvo/video_out.h" |
24 #include "cpudetect.h" | |
25 #include "libswscale/swscale.h" | |
26 #include "libswscale/rgb2rgb.h" | |
27 #include "libmpcodecs/vf_scale.h" | |
28 #include "mp_msg.h" | |
29 #include "help_mp.h" | |
30 #include "mplayer.h" | |
31 #include "mpbswap.h" | |
24 #include "ws.h" | 32 #include "ws.h" |
25 #include "wsxdnd.h" | 33 #include "wsxdnd.h" |
26 #include "../cpudetect.h" | |
27 #include "../libswscale/swscale.h" | |
28 #include "../libswscale/rgb2rgb.h" | |
29 #include "../libmpcodecs/vf_scale.h" | |
30 #include "../mp_msg.h" | |
31 #include "../help_mp.h" | |
32 #include "../mplayer.h" | |
33 #include "../mpbswap.h" | |
34 | 34 |
35 #include <X11/extensions/XShm.h> | 35 #include <X11/extensions/XShm.h> |
36 #ifdef HAVE_XSHAPE | 36 #ifdef HAVE_XSHAPE |
37 #include <X11/extensions/shape.h> | 37 #include <X11/extensions/shape.h> |
38 #endif | 38 #endif |