[MPlayer-cvslog] r28157 - trunk/libvo/vo_quartz.c

diego subversion at mplayerhq.hu
Wed Dec 17 01:08:05 CET 2008


Author: diego
Date: Wed Dec 17 01:08:04 2008
New Revision: 28157

Log:
Do not use full relative #include path for headers in the same directory.


Modified:
   trunk/libvo/vo_quartz.c

Modified: trunk/libvo/vo_quartz.c
==============================================================================
--- trunk/libvo/vo_quartz.c	(original)
+++ trunk/libvo/vo_quartz.c	Wed Dec 17 01:08:04 2008
@@ -30,7 +30,7 @@
 #include "m_option.h"
 #include "mp_fifo.h"
 #include "mpbswap.h"
-#include "libvo/sub.h"
+#include "sub.h"
 
 #include "input/input.h"
 #include "input/mouse.h"



More information about the MPlayer-cvslog mailing list