From 0792780cb7dbea0d33185c29b0ee664e41665f34 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 28 Apr 2008 14:50:24 +0000 Subject: Use consistent #include paths without "../". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26576 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/dmo/DMO_AudioDecoder.c | 2 +- loader/dmo/DMO_VideoDecoder.c | 4 ++-- loader/dshow/DS_AudioDecoder.c | 2 +- loader/dshow/DS_VideoDecoder.c | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'loader') diff --git a/loader/dmo/DMO_AudioDecoder.c b/loader/dmo/DMO_AudioDecoder.c index 398cd86f51..0b83d48f4c 100644 --- a/loader/dmo/DMO_AudioDecoder.c +++ b/loader/dmo/DMO_AudioDecoder.c @@ -28,7 +28,7 @@ struct DMO_AudioDecoder #include #include -#include "../../mp_msg.h" +#include "mp_msg.h" typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**); extern void print_wave_header(WAVEFORMATEX *h, int verbose_level); diff --git a/loader/dmo/DMO_VideoDecoder.c b/loader/dmo/DMO_VideoDecoder.c index c018506d75..9f3e9d7eb8 100644 --- a/loader/dmo/DMO_VideoDecoder.c +++ b/loader/dmo/DMO_VideoDecoder.c @@ -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 @@ struct DMO_VideoDecoder //#include "DMO_VideoDecoder.h" -#include "../wine/winerror.h" +#include "wine/winerror.h" #include #include diff --git a/loader/dshow/DS_AudioDecoder.c b/loader/dshow/DS_AudioDecoder.c index 73e7abcecb..2ac48cd25e 100644 --- a/loader/dshow/DS_AudioDecoder.c +++ b/loader/dshow/DS_AudioDecoder.c @@ -21,7 +21,7 @@ struct DS_AudioDecoder #include "DS_AudioDecoder.h" #ifdef WIN32_LOADER -#include "../ldt_keeper.h" +#include "ldt_keeper.h" #endif #include diff --git a/loader/dshow/DS_VideoDecoder.c b/loader/dshow/DS_VideoDecoder.c index 415e7a3fb5..a10436e325 100644 --- a/loader/dshow/DS_VideoDecoder.c +++ b/loader/dshow/DS_VideoDecoder.c @@ -30,9 +30,9 @@ static SampleProcUserData sampleProcData; #include "DS_VideoDecoder.h" -#include "../wine/winerror.h" +#include "wine/winerror.h" #ifdef WIN32_LOADER -#include "../ldt_keeper.h" +#include "ldt_keeper.h" #endif #include -- cgit v1.2.3