comparison src/CoreAudio/init.c @ 2501:7b284f323ad8

Include cleanups, part #6.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 16:03:22 +0300
parents b8da6a0b0da2
children 769e17da93dd
comparison
equal deleted inserted replaced
2500:41c619e96a17 2501:7b284f323ad8
14 * You should have received a copy of the GNU General Public License 14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software 15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 */ 17 */
18 #include "coreaudio.h" 18 #include "coreaudio.h"
19 #include <audacious/configdb.h> 19 #include <audacious/plugin.h>
20 20
21 OSXConfig osx_cfg; 21 OSXConfig osx_cfg;
22 22
23 extern float left_volume, right_volume; 23 extern float left_volume, right_volume;
24 24