comparison src/alsa/init.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 c730f0212456
children b8da6a0b0da2
comparison
equal deleted inserted replaced
1949:98893c1e9f98 1950:2ebeb7816c5e
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18 */ 18 */
19 #include <glib.h> 19 #include <glib.h>
20 #include "audacious/main.h" 20 #include <audacious/main.h>
21 #include "alsa.h" 21 #include "alsa.h"
22 #include <dlfcn.h> 22 #include <dlfcn.h>
23 #include <ctype.h> 23 #include <ctype.h>
24 24
25 struct alsa_config alsa_cfg; 25 struct alsa_config alsa_cfg;