diff libvo/vesa_lvo.c @ 13787:e047e70a9767

Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. Based on a patch by Sebastian Hegler <s_hegler at gmx dot de>.
author diego
date Thu, 28 Oct 2004 01:15:53 +0000
parents 3e62e9cd1816
children 05aa13cdf92f
line wrap: on
line diff
--- a/libvo/vesa_lvo.c	Thu Oct 28 01:07:16 2004 +0000
+++ b/libvo/vesa_lvo.c	Thu Oct 28 01:15:53 2004 +0000
@@ -23,7 +23,7 @@
 
 #include "vesa_lvo.h"
 #include "img_format.h"
-#include "../drivers/mga_vid.h" /* <- should be changed to "linux/'something'.h" */
+#include "drivers/mga_vid.h" /* <- should be changed to "linux/'something'.h" */
 #include "fastmemcpy.h"
 #include "osd.h"
 #include "video_out.h"