summaryrefslogtreecommitdiffstats
path: root/libvo/vo_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_x11.c')
-rw-r--r--libvo/vo_x11.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c
index 15ff744890..dcf989c7bc 100644
--- a/libvo/vo_x11.c
+++ b/libvo/vo_x11.c
@@ -38,16 +38,16 @@ int XShmGetEventBase(Display *);
#include "fastmemcpy.h"
#include "sub.h"
-#include "../postproc/swscale.h"
-#include "../postproc/swscale_internal.h" //FIXME
-#include "../postproc/rgb2rgb.h"
-#include "../libmpcodecs/vf_scale.h"
+#include "postproc/swscale.h"
+#include "postproc/swscale_internal.h" //FIXME
+#include "postproc/rgb2rgb.h"
+#include "libmpcodecs/vf_scale.h"
-#include "../mp_msg.h"
+#include "mp_msg.h"
#ifdef HAVE_NEW_GUI
-#include "../Gui/interface.h"
-#include "../mplayer.h"
+#include "Gui/interface.h"
+#include "mplayer.h"
#endif
static vo_info_t info = {