Mercurial > audlegacy-plugins
diff src/aac/mp4_utils.c @ 1950:2ebeb7816c5e
Change from "" to <>-style includes. With thanks to ccr for the correct sed voodoo.
| author | chainsaw@localhost |
|---|---|
| date | Mon, 01 Oct 2007 23:01:22 +0100 |
| parents | eed7c270e8dd |
| children | bd3a24b39058 |
line wrap: on
line diff
--- a/src/aac/mp4_utils.c Tue Oct 02 00:53:58 2007 +0300 +++ b/src/aac/mp4_utils.c Mon Oct 01 23:01:22 2007 +0100 @@ -9,8 +9,8 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> -#include "audacious/plugin.h" -#include "audacious/util.h" +#include <audacious/plugin.h> +#include <audacious/util.h> const char *mp4AudioNames[]= {
