Mercurial > mplayer.hg
diff loader/dmo/DMO_AudioDecoder.c @ 26544:f20a11161e62
Use consistent #include paths without "../".
| author | diego |
|---|---|
| date | Mon, 28 Apr 2008 14:50:24 +0000 |
| parents | 2c8cdb9123b8 |
| children | 9e739bdb049c |
line wrap: on
line diff
--- a/loader/dmo/DMO_AudioDecoder.c Mon Apr 28 14:44:10 2008 +0000 +++ b/loader/dmo/DMO_AudioDecoder.c Mon Apr 28 14:50:24 2008 +0000 @@ -28,7 +28,7 @@ #include <stdio.h> #include <stdlib.h> -#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);
