diff loader/dmo/DMO_VideoDecoder.c @ 26544:f20a11161e62

Use consistent #include paths without "../".
author diego
date Mon, 28 Apr 2008 14:50:24 +0000
parents e5bce92eb572
children 0f1b5b68af32
line wrap: on
line diff
--- a/loader/dmo/DMO_VideoDecoder.c	Mon Apr 28 14:44:10 2008 +0000
+++ b/loader/dmo/DMO_VideoDecoder.c	Mon Apr 28 14:50:24 2008 +0000
@@ -9,7 +9,7 @@
 #include "dshow/interfaces.h"
 #include "registry.h"
 #ifdef WIN32_LOADER
-#include "../ldt_keeper.h"
+#include "ldt_keeper.h"
 #endif
 
 #include "dshow/libwin32.h"
@@ -33,7 +33,7 @@
 
 //#include "DMO_VideoDecoder.h"
 
-#include "../wine/winerror.h"
+#include "wine/winerror.h"
 
 #include <unistd.h>
 #include <fcntl.h>