From a4ce4a23b7a74229e12930c68d182a698976305a Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 4 Jan 2010 20:32:23 +0000 Subject: Drop -Iloader from CPPFLAGS for the loader subdirectory. Instead use full relative paths in #includes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30212 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/dshow/allocator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'loader/dshow/allocator.c') diff --git a/loader/dshow/allocator.c b/loader/dshow/allocator.c index 3e0deabceb..8ead279a37 100644 --- a/loader/dshow/allocator.c +++ b/loader/dshow/allocator.c @@ -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 #include -- cgit v1.2.3