diff Gui/wm/ws.c @ 17144:0e1471d9da74

Unify include paths, -I.. is in CFLAGS.
author diego
date Thu, 08 Dec 2005 22:12:57 +0000
parents 7989bfeaca47
children 8579acff875e
line wrap: on
line diff
--- a/Gui/wm/ws.c	Thu Dec 08 22:02:52 2005 +0000
+++ b/Gui/wm/ws.c	Thu Dec 08 22:12:57 2005 +0000
@@ -18,18 +18,18 @@
 
 #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 "ws.h"
 #include "wsxdnd.h"
-#include "../../cpudetect.h"
-#include "../../postproc/swscale.h"
-#include "../../postproc/rgb2rgb.h"
-#include "../../libmpcodecs/vf_scale.h"
-#include "../../mp_msg.h"
-#include "../../help_mp.h"
-#include "../../mplayer.h"
+#include "../cpudetect.h"
+#include "../postproc/swscale.h"
+#include "../postproc/rgb2rgb.h"
+#include "../libmpcodecs/vf_scale.h"
+#include "../mp_msg.h"
+#include "../help_mp.h"
+#include "../mplayer.h"
 
 #include <X11/extensions/XShm.h>
 #ifdef HAVE_XSHAPE