diff loader/dshow/allocator.c @ 30170:008338d7679f

Drop -Iloader from CPPFLAGS for the loader subdirectory. Instead use full relative paths in #includes.
author diego
date Mon, 04 Jan 2010 20:32:23 +0000
parents 0f1b5b68af32
children 9fc9d1e788aa
line wrap: on
line diff
--- a/loader/dshow/allocator.c	Mon Jan 04 19:56:28 2010 +0000
+++ b/loader/dshow/allocator.c	Mon Jan 04 20:32:23 2010 +0000
@@ -5,8 +5,8 @@
 
 #include "config.h"
 #include "allocator.h"
-#include "com.h"
-#include "wine/winerror.h"
+#include "loader/com.h"
+#include "loader/wine/winerror.h"
 #include <stdio.h>
 #include <stdlib.h>