diff libvo/img_format.h @ 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 1972c3475d93
children
line wrap: on
line diff
--- a/libvo/img_format.h	Thu Oct 28 01:07:16 2004 +0000
+++ b/libvo/img_format.h	Thu Oct 28 01:15:53 2004 +0000
@@ -1,2 +1,2 @@
 
-#include "../libmpcodecs/img_format.h"
+#include "libmpcodecs/img_format.h"