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/dshow/DS_AudioDecoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader/dshow/DS_AudioDecoder.c') 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 -- cgit v1.2.3