diff libvo/video_out.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 d66e3d5865b8
children db6de212435b
line wrap: on
line diff
--- a/libvo/video_out.c	Thu Oct 28 01:07:16 2004 +0000
+++ b/libvo/video_out.c	Thu Oct 28 01:15:53 2004 +0000
@@ -15,7 +15,7 @@
 #include "mp_msg.h"
 #include "help_mp.h"
 
-#include "../osdep/shmem.h"
+#include "osdep/shmem.h"
 
 //int vo_flags=0;