Mercurial > audlegacy-plugins
comparison src/CoreAudio/coreaudio.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 | fd9e63473e56 |
| children | f1b6f1b2cdb3 |
comparison
equal
deleted
inserted
replaced
| 1949:98893c1e9f98 | 1950:2ebeb7816c5e |
|---|---|
| 17 */ | 17 */ |
| 18 #include <glib.h> | 18 #include <glib.h> |
| 19 | 19 |
| 20 #include "coreaudio.h" | 20 #include "coreaudio.h" |
| 21 | 21 |
| 22 #include "audacious/plugin.h" | 22 #include <audacious/plugin.h> |
| 23 #include <audacious/i18n.h> | 23 #include <audacious/i18n.h> |
| 24 | 24 |
| 25 OutputPlugin osx_op = | 25 OutputPlugin osx_op = |
| 26 { | 26 { |
| 27 .description = "CoreAudio Output Plugin", /* Description */ | 27 .description = "CoreAudio Output Plugin", /* Description */ |
