diff libmpcodecs/ve_vfw.c @ 22577:a033e5519802

Include loader/ prefix in #include path everywhere.
author diego
date Thu, 15 Mar 2007 08:29:24 +0000
parents c5a591c4a372
children 3c2b4a866c6a
line wrap: on
line diff
--- a/libmpcodecs/ve_vfw.c	Thu Mar 15 00:56:54 2007 +0000
+++ b/libmpcodecs/ve_vfw.c	Thu Mar 15 08:29:24 2007 +0000
@@ -15,10 +15,10 @@
 //#include "demuxer.h"
 //#include "stheader.h"
 
-#include "loader.h"
-//#include "wine/mmreg.h"
-#include "wine/vfw.h"
-#include "wine/avifmt.h"
+#include "loader/loader.h"
+//#include "loader/wine/mmreg.h"
+#include "loader/wine/vfw.h"
+#include "loader/wine/avifmt.h"
 
 #include "img_format.h"
 #include "mp_image.h"